Chromium Code Reviews| Index: chrome/browser/ssl/ssl_policy.cc |
| =================================================================== |
| --- chrome/browser/ssl/ssl_policy.cc (revision 33981) |
| +++ chrome/browser/ssl/ssl_policy.cc (working copy) |
| @@ -86,6 +86,9 @@ |
| } |
| void SSLPolicy::DidDisplayInsecureContent(NavigationEntry* entry) { |
| + if (!entry) |
| + return; |
| + |
| // TODO(abarth): We don't actually need to break the whole origin here, |
| // but we can handle that in a later patch. |
| DidRunInsecureContent(entry, entry->url().spec()); |