Attention is currently required from: Ben Wells, Teresa Mao.
Patch set 1:Code-Review +1
1 comment:
Patchset:
lgtm, thanks!
To view, visit change 4117699. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Ben Wells, Teresa Mao.
Patch set 1:Commit-Queue +1
Attention is currently required from: Ben Wells, Teresa Mao.
Patch set 1:Commit-Queue +2
Chromium LUCI CQ submitted this change.
Replace base::Dictionary with base::Value::Dict
Update outdated comment as part of cleaning up code. Doc: https://docs.google.com/document/d/1CwYuMXnVQsRsghwVzEkWj9GZzfERputSLQaKx5xLhjQ/edit#
Bug: 1187001
Change-Id: I618dbe6ab43e2aac83122af71532adf58fa12276
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4117699
Commit-Queue: Teresa Mao <te...@chromium.org>
Reviewed-by: David Bertoni <dber...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1087006}
---
M chrome/browser/extensions/api/resources_private/resources_private_api.cc
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/chrome/browser/extensions/api/resources_private/resources_private_api.cc b/chrome/browser/extensions/api/resources_private/resources_private_api.cc
index cf1df99..1628c01 100644
--- a/chrome/browser/extensions/api/resources_private/resources_private_api.cc
+++ b/chrome/browser/extensions/api/resources_private/resources_private_api.cc
@@ -32,7 +32,7 @@
// To add a new component to this API, simply:
// 1. Add your component to the Component enum in
// chrome/common/extensions/api/resources_private.idl
-// 2. Create an AddStringsForMyComponent(base::DictionaryValue * dict) method.
+// 2. Create an AddStringsForMyComponent(base::Value::Dict * dict) method.
// 3. Tie in that method to the switch statement in Run()
namespace extensions {
To view, visit change 4117699. To unsubscribe, or for help writing mail filters, visit settings.