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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10910240: Enable TLS channeld id by default. (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.h » ('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 a3fe07f026c826aa04cfbab31e374bc50b4801b5..c6bc3968afb91051b8f8881fa97cd0dcb4861848 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -409,6 +409,9 @@ 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";
Ryan Hamilton 2012/09/12 21:32:22 I see that the old switch has been removed (good)
mattm 2012/09/12 21:47:57 It's done by the change in chrome/browser/prefs/co
+
// Disables the backend service for web resources.
const char kDisableWebResources[] = "disable-web-resources";
@@ -586,10 +589,6 @@ const char kEnableNpn[] = "enable-npn";
// HTTP is still used for all requests.
const char kEnableNpnHttpOnly[] = "enable-npn-http";
-// Enables TLS Channel ID extension. (The switch is still called
-// "enable-origin-bound-certs" for backwards compatability.)
-const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs";
-
// Enables panels (always on-top docked pop-up windows).
const char kEnablePanels[] = "enable-panels";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/base/ssl_config_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698