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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7b852c8ab067a208b535a67688352e5a23aea440..4274ac069870bf07c80594689920f72f5bcfec73 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1268,9 +1268,9 @@ const char kLoginPassword[] = "login-password";
// mode. Should completely disable extensions, sync and bookmarks.
const char kGuestSession[] = "bwsi";
-// Enables overriding the path for the default offers component extension.
+// Enables overriding the path for the default echo component extension.
// Useful for testing.
-const char kOffersExtensionPath[] = "offers-ext-path";
+const char kEchoExtensionPath[] = "echo-ext-path";
// Show volume controls in status bar on ChromeOS.
const char kShowVolumeStatus[] = "show-volume-status";

Powered by Google App Engine
This is Rietveld 408576698