Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: chrome/browser/tab_contents/navigation_controller.cc

Issue 42314: SSLPolicy fix: Step 9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ssl/ssl_uitest.cc ('k') | chrome/browser/tab_contents/navigation_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/navigation_controller.cc
===================================================================
--- chrome/browser/tab_contents/navigation_controller.cc (revision 12087)
+++ chrome/browser/tab_contents/navigation_controller.cc (working copy)
@@ -1011,10 +1011,6 @@
pending_entry_ = entries_[pending_entry_index_].get();
}
- // Reset the security states as any SSL error may have been resolved since we
- // last visited that page.
- pending_entry_->ssl() = NavigationEntry::SSLStatus();
-
if (from_contents && from_contents->type() != pending_entry_->tab_type())
from_contents->set_is_active(false);
@@ -1036,7 +1032,6 @@
// TODO(pkasting): http://b/1113079 Probably these explicit notification paths
// should be removed, and interested parties should just listen for the
// notification below instead.
- ssl_manager_.NavigationStateChanged();
active_contents_->NotifyNavigationStateChanged(
TabContents::INVALIDATE_EVERYTHING);
« no previous file with comments | « chrome/browser/ssl/ssl_uitest.cc ('k') | chrome/browser/tab_contents/navigation_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698