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

Unified Diff: chrome/browser/ssl_policy.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_policy.cc
===================================================================
--- chrome/browser/ssl_policy.cc (revision 1840)
+++ chrome/browser/ssl_policy.cc (working copy)
@@ -444,7 +444,7 @@
NotificationService::current()->Notify(
NOTIFY_SSL_STATE_CHANGED,
Source<NavigationController>(manager->controller()),
- Details<NavigationEntry>(entry));
+ NotificationService::NoDetails());
}
}

Powered by Google App Engine
This is Rietveld 408576698