summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e250d36..db82a6f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -502,6 +502,9 @@ const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
// Enables TLS cached info extension.
const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";
+// Enables TLS origin bound certificate extension.
+const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs";
+
// Enable syncing browser data to a Google Account.
const char kEnableSync[] = "enable-sync";