Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 4246316ed2c0be4f9a8547dfb5005302a9fedd34..586673dfdac3347f02c8cafcfcff5a607982eb85 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -118,6 +118,10 @@ const char kAuthSchemes[] = "auth-schemes"; |
| // with using the default credentials of the currently logged in user. |
| const char kAuthServerWhitelist[] = "auth-server-whitelist"; |
| +// Flag to specify the URL Chrome should download the Autocheckout whitelist |
| +// from. |
| +const char kAutocheckoutWhitelistUrl[] = "autocheckout-whitelist-url"; |
|
Ilya Sherman
2013/01/24 22:01:55
Is this actually something that's useful to overri
benquan
2013/01/25 00:55:31
No, it is not. Do you mean define a constant rathe
Ilya Sherman
2013/01/25 01:22:40
Yes, my question is whether you really need this s
benquan
2013/01/26 02:05:53
Done.
|
| + |
| // A flag that is used to tell Chrome that it was launched automatically at |
| // computer startup and not by some user action. |
| const char kAutoLaunchAtStartup[] = "auto-launch-at-startup"; |