diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e580567..efe8d9f 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. +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"; |