diff options
Diffstat (limited to 'content/browser/ssl/ssl_manager.h')
-rw-r--r-- | content/browser/ssl/ssl_manager.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h index fbf3e39..d4fca43 100644 --- a/content/browser/ssl/ssl_manager.h +++ b/content/browser/ssl/ssl_manager.h @@ -82,14 +82,9 @@ class SSLManager { void DidRunInsecureContent(const std::string& security_origin); private: - // Updates the NavigationEntry with our current state. This will - // notify the WebContents of an SSL state change if a change was - // actually made. + // Update the NavigationEntry with our current state. void UpdateEntry(NavigationEntryImpl* entry); - // Notifies the WebContents that the SSL state changed. - void NotifyDidChangeVisibleSSLState(); - // The backend for the SSLPolicy to actuate its decisions. SSLPolicyBackend backend_; |