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

Unified Diff: chrome/common/extensions/command.h

Issue 11662013: Move Commands from Extension to CommandsHandler (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_script_badge
Patch Set: Created 8 years 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/common/extensions/command.h
diff --git a/chrome/common/extensions/command.h b/chrome/common/extensions/command.h
index ee81e1191b7949e9e4f57303710d7141c500de6f..8edcfdfc4df4f14f7389c38aac32528ee933245d 100644
--- a/chrome/common/extensions/command.h
+++ b/chrome/common/extensions/command.h
@@ -37,7 +37,7 @@ class Command {
static ui::Accelerator StringToAccelerator(const std::string& accelerator);
// Parse the command.
- bool Parse(base::DictionaryValue* command,
+ bool Parse(const base::DictionaryValue* command,
const std::string& command_name,
int index,
string16* error);

Powered by Google App Engine
This is Rietveld 408576698