| Index: content/browser/ssl/ssl_manager.h
|
| diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h
|
| index d4fca43e6b994112abda28baccf97cdeb5450ede..fbf3e39e57e3155c2ddaf5a7e1d54625903e0001 100644
|
| --- a/content/browser/ssl/ssl_manager.h
|
| +++ b/content/browser/ssl/ssl_manager.h
|
| @@ -82,9 +82,14 @@ class SSLManager {
|
| void DidRunInsecureContent(const std::string& security_origin);
|
|
|
| private:
|
| - // Update the NavigationEntry with our current state.
|
| + // Updates the NavigationEntry with our current state. This will
|
| + // notify the WebContents of an SSL state change if a change was
|
| + // actually made.
|
| 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_;
|
|
|
|
|