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

Unified Diff: chrome/browser/extensions/api/commands/commands.cc

Issue 252653002: Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bookmarks Created 6 years, 8 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/extensions/api/commands/commands.cc
diff --git a/chrome/browser/extensions/api/commands/commands.cc b/chrome/browser/extensions/api/commands/commands.cc
index 621ad55b64479965968d469a70e41567d1c636e2..2cc997b1ae9f70711874a1f7b66771e951ce5a8e 100644
--- a/chrome/browser/extensions/api/commands/commands.cc
+++ b/chrome/browser/extensions/api/commands/commands.cc
@@ -22,7 +22,7 @@ base::DictionaryValue* CreateCommandValue(
} // namespace
-bool GetAllCommandsFunction::RunImpl() {
+bool GetAllCommandsFunction::RunSync() {
base::ListValue* command_list = new base::ListValue();
extensions::CommandService* command_service =

Powered by Google App Engine
This is Rietveld 408576698