Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: extensions/renderer/set_icon_natives.cc

Issue 1945433002: [Extensions] Update more bindings and allow for multiple feature access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Antony's Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/object_backed_native_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/set_icon_natives.cc
diff --git a/extensions/renderer/set_icon_natives.cc b/extensions/renderer/set_icon_natives.cc
index 6df53c1be80afffc4f46a57ca0ec970c153b77c3..aa296375204f12e2d9b7b78a10e0015618a9d515 100644
--- a/extensions/renderer/set_icon_natives.cc
+++ b/extensions/renderer/set_icon_natives.cc
@@ -33,6 +33,7 @@ SetIconNatives::SetIconNatives(ScriptContext* context)
: ObjectBackedNativeHandler(context) {
RouteFunction(
"SetIconCommon",
+ {"declarativeContent", "pageAction", "browserAction", "systemIndicator"},
base::Bind(&SetIconNatives::SetIconCommon, base::Unretained(this)));
}
« no previous file with comments | « extensions/renderer/object_backed_native_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698