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

Unified Diff: chrome/browser/ssl_manager.cc

Issue 479: DidNavigate refactor of doom (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
Index: chrome/browser/ssl_manager.cc
===================================================================
--- chrome/browser/ssl_manager.cc (revision 1840)
+++ chrome/browser/ssl_manager.cc (working copy)
@@ -657,7 +657,7 @@
NotificationService::current()->Notify(
NOTIFY_SSL_STATE_CHANGED,
Source<NavigationController>(controller_),
- Details<NavigationEntry>(controller_->GetActiveEntry()));
+ NotificationService::NoDetails());
}
}

Powered by Google App Engine
This is Rietveld 408576698