summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/ssl_config_service_manager.h
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 16:21:28 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 16:21:28 +0000
commitd0bd90e151316a236b59e878be5dd00b78cd0f82 (patch)
tree65de31ce50adf4bf5246638b76f03b2e76f45fbb /chrome/browser/net/ssl_config_service_manager.h
parent9fa5c08f52cc55a7de5554e9280807ab42e94219 (diff)
downloadchromium_src-d0bd90e151316a236b59e878be5dd00b78cd0f82.zip
chromium_src-d0bd90e151316a236b59e878be5dd00b78cd0f82.tar.gz
chromium_src-d0bd90e151316a236b59e878be5dd00b78cd0f82.tar.bz2
Read and Write SSL3, TLS1 and Cert revocation SSL preferences
from local_state on Windows and Mac. BUG=76551 TEST=testing SSL preferences with options UI R=wtc Review URL: http://codereview.chromium.org/6693077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/ssl_config_service_manager.h')
-rw-r--r--chrome/browser/net/ssl_config_service_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/net/ssl_config_service_manager.h b/chrome/browser/net/ssl_config_service_manager.h
index 2d734d4..213b95266 100644
--- a/chrome/browser/net/ssl_config_service_manager.h
+++ b/chrome/browser/net/ssl_config_service_manager.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -17,8 +17,8 @@ class SSLConfigServiceManager {
public:
// Create an instance of the default SSLConfigServiceManager for the current
// platform. The lifetime of the PrefService objects must be longer than that
- // of the manager. On Linux, get SSL preferences from local_state object. If
- // SSL preferences don't exist in local_state object, then get the data from
+ // of the manager. Get SSL preferences from local_state object. If SSL
+ // preferences don't exist in local_state object, then get the data from
// user_prefs object and migrate it to local_state object and then delete the
// data from user_prefs object.
static SSLConfigServiceManager* CreateDefaultManager(