| Index: content/browser/web_contents/web_contents_impl.cc
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.cc (revision 214181)
|
| +++ content/browser/web_contents/web_contents_impl.cc (working copy)
|
| @@ -2701,6 +2701,8 @@
|
| // Once the main frame is navigated, we're no longer considered to have
|
| // displayed insecure content.
|
| displayed_insecure_content_ = false;
|
| + SSLManager::NotifySSLInternalStateChanged(
|
| + GetController().GetBrowserContext());
|
| }
|
|
|
| // Notify observers about navigation.
|
|
|