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

Unified Diff: chrome/browser/ui/webui/extensions/command_handler.cc

Issue 22849012: Update WebUI calls to use extensions namespace, update IDs in c/b/r/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change all HTML IDs in c/b/r/extensions to be in-hyphenated-case Created 7 years, 4 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
Index: chrome/browser/ui/webui/extensions/command_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/command_handler.cc b/chrome/browser/ui/webui/extensions/command_handler.cc
index d99e9f91932f825d7210f966a8d29a86444897ef..9b30ff62d83752292e617203a29f41c2487c383c 100644
--- a/chrome/browser/ui/webui/extensions/command_handler.cc
+++ b/chrome/browser/ui/webui/extensions/command_handler.cc
@@ -71,7 +71,7 @@ void CommandHandler::UpdateCommandDataOnPage() {
DictionaryValue results;
GetAllCommands(&results);
web_ui()->CallJavascriptFunction(
- "ExtensionCommandsOverlay.returnExtensionsData", results);
+ "extensions.ExtensionCommandsOverlay.returnExtensionsData", results);
}
void CommandHandler::HandleRequestExtensionsData(const ListValue* args) {

Powered by Google App Engine
This is Rietveld 408576698