Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 8119bd242b460504b6c277977f82c78bb399c648..880aefa71da7261d82e41666be634ff266d3a6e6 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -122,6 +122,9 @@ const char kAuthSchemes[] = "auth-schemes"; |
| // with using the default credentials of the currently logged in user. |
| const char kAuthServerWhitelist[] = "auth-server-whitelist"; |
| +// Flag used to tell Chrome where to download autocheckout whitelist. |
|
ahutter
2013/01/19 02:07:16
Maybe more like "Flag to specify the URL Chrome sh
benquan
2013/01/23 23:50:53
Done.
|
| +const char kAutocheckoutWhitelistUrl[] = "autocheckout-whitelist-url"; |
| + |
| // 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"; |