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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11230060: Adding commandline switch and user pref for autofill server url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 f30576813d9d70b3b3982dc453f7eaf67931662d..670d0f0abdc1bf531645144057d5da05c7aea640 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -123,6 +123,9 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist";
// computer startup and not by some user action.
const char kAutoLaunchAtStartup[] = "auto-launch-at-startup";
+// Flag used to tell Chrome the base url of the autofill service.
Ilya Sherman 2012/10/23 23:45:13 nit: "autofill" -> "Autofill"
ahutter 2012/10/24 17:33:45 Done.
+const char kAutofillServiceUrl[] = "autofill-service-url";
+
// The value of this switch tells the app to listen for and broadcast
// automation-related messages on IPC channel with the given ID.
const char kAutomationClientChannelID[] = "automation-channel";

Powered by Google App Engine
This is Rietveld 408576698