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()); |
} |
} |