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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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 5f6ec9eb257211f02df011a2a72550fad3ee48e4..a9592cdd4e2b766f5b05346851f0464b3d281d58 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -389,6 +389,8 @@ const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
// automatically due to privacy concerns.
const char kEnableAutofillFeedback[] = "enable-autofill-feedback";
+const char kEnableAutoSubmitCertificate[] = "enable-auto-submit-certificate";
Mattias Nissler (ping if slow) 2011/08/09 15:37:25 What's the reason we develop this behind a flag? I
wtc 2011/08/11 18:33:55 Add a comment to explain what this command-line op
markusheintz_ 2011/08/15 19:09:04 @mnissler: I thought it might be good to have a sw
markusheintz_ 2011/08/15 19:09:04 I decided to remove the switch.
+
// This flag enables UI for clearing server data. Temporarily in place
// until there's a server endpoint deployed.
const char kEnableClearServerData[] = "enable-clear-server-data";

Powered by Google App Engine
This is Rietveld 408576698