summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 18:59:17 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 18:59:17 +0000
commitf5f53c24cda24a4409e331440060b58a83680e46 (patch)
tree9225118b81b4f281ea9a24791702499d96b4fffb /chrome/browser/chrome_browser_main.cc
parentb619980e5718cb71c6fedadbd874b4ccde2ee130 (diff)
downloadchromium_src-f5f53c24cda24a4409e331440060b58a83680e46.zip
chromium_src-f5f53c24cda24a4409e331440060b58a83680e46.tar.gz
chromium_src-f5f53c24cda24a4409e331440060b58a83680e46.tar.bz2
Remove flag --disable-crl-sets.
As part of the command line flag cleanup, this flag isn't pulling its weight and so I'm removing it. BUG=none R=wtc@chromium.org Review URL: https://codereview.chromium.org/353763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main.cc')
-rw-r--r--chrome/browser/chrome_browser_main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 8bc7c2a..5a08e76 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -399,8 +399,7 @@ void RegisterComponentsForUpdate(const CommandLine& command_line) {
#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
// CRLSetFetcher attempts to load a CRL set from either the local disk or
// network.
- if (!command_line.HasSwitch(switches::kDisableCRLSets))
- g_browser_process->crl_set_fetcher()->StartInitialLoad(cus);
+ g_browser_process->crl_set_fetcher()->StartInitialLoad(cus);
#elif defined(OS_ANDROID)
// The CRLSet component was enabled for some releases. This code attempts to
// delete it from the local disk of those how may have downloaded it.