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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11867025: Download autocheckout whitelist and enable autocheckout for whitelisted sites only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert code change for manual testing/:wq. Created 7 years, 11 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 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";
« chrome/browser/autofill/form_structure.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698