summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/about_flags.cc7
-rw-r--r--chrome/browser/browser_main.cc5
2 files changed, 3 insertions, 9 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 722cd5d..bb52310 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -221,13 +221,6 @@ const Experiment kExperiments[] = {
switches::kEnableConfirmToQuit
},
{
- "snap-start", // FLAGS:RECORD_UMA
- IDS_FLAGS_SNAP_START_NAME,
- IDS_FLAGS_SNAP_START_DESCRIPTION,
- kOsAll,
- switches::kEnableSnapStart
- },
- {
"extension-apis", // FLAGS:RECORD_UMA
IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME,
IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_DESCRIPTION,
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index e7afaff..f02ab35 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -202,8 +202,9 @@ void BrowserMainParts::EarlyInitialization() {
net::SSLConfigService::DisableFalseStart();
if (parsed_command_line().HasSwitch(switches::kAllowSSLMITMProxies))
net::SSLConfigService::AllowMITMProxies();
- if (parsed_command_line().HasSwitch(switches::kEnableSnapStart))
- net::SSLConfigService::EnableSnapStart();
+ // Disabled to stop people playing with it.
+ // if (parsed_command_line().HasSwitch(switches::kEnableSnapStart))
+ // net::SSLConfigService::EnableSnapStart();
if (parsed_command_line().HasSwitch(
switches::kEnableDNSCertProvenanceChecking)) {
net::SSLConfigService::EnableDNSCertProvenanceChecking();