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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10979040: Disable TLS channel ID by default. (for merging to branch) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/base/ssl_config_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b8b5964a81bc7b18e5033575ff8bfc86ac9e7571..f5117cc61fab42820ee6f3411cf028001a40b5ed 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -422,8 +422,8 @@ const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls";
// disable translate with the preference.
const char kDisableTranslate[] = "disable-translate";
-// Disables TLS Channel ID extension.
-const char kDisableTLSChannelID[] = "disable-tls-channel-id";
+// Enable TLS Channel ID extension.
+const char kEnableTLSChannelID[] = "enable-tls-channel-id";
// Disables the backend service for web resources.
const char kDisableWebResources[] = "disable-web-resources";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/base/ssl_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698