summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_manager.h')
-rw-r--r--chrome/browser/ssl/ssl_manager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/ssl/ssl_manager.h b/chrome/browser/ssl/ssl_manager.h
index 7d6c134..7ee110e 100644
--- a/chrome/browser/ssl/ssl_manager.h
+++ b/chrome/browser/ssl/ssl_manager.h
@@ -38,8 +38,6 @@ class URLRequest;
class SSLManager : public NotificationObserver {
public:
- static void RegisterUserPrefs(PrefService* prefs);
-
// Entry point for SSLCertificateErrors. This function begins the process
// of resolving a certificate error during an SSL connection. SSLManager
// will adjust the security UI and either call |Cancel| or
@@ -84,7 +82,7 @@ class SSLManager : public NotificationObserver {
// are notified of this event.
void DidCommitProvisionalLoad(const NotificationDetails& details);
- // Mixed content entry point.
+ // Insecure content entry point.
void DidRunInsecureContent(const std::string& security_origin);
// Called to determine if there were any processed SSL errors from request.