Index: chrome/browser/ssl/ssl_blocking_page.cc |
=================================================================== |
--- chrome/browser/ssl/ssl_blocking_page.cc (revision 115228) |
+++ chrome/browser/ssl/ssl_blocking_page.cc (working copy) |
@@ -120,7 +120,7 @@ |
entry->ssl().set_security_bits(ssl_info.security_bits); |
content::NotificationService::current()->Notify( |
content::NOTIFICATION_SSL_VISIBLE_STATE_CHANGED, |
- content::Source<NavigationController>(&tab()->controller()), |
+ content::Source<NavigationController>(&tab()->GetController()), |
content::NotificationService::NoDetails()); |
} |