diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 10:14:15 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 10:14:15 +0000 |
commit | ea29a8a5bebf9c4fcf2448c6e4ddeafa62eba1d8 (patch) | |
tree | 6395fc0a2cda0c1cffbec07a5202c590d4eada5f | |
parent | b4a19ea2e5e85b15eb611770200a3eb76566b03a (diff) | |
download | chromium_src-ea29a8a5bebf9c4fcf2448c6e4ddeafa62eba1d8.zip chromium_src-ea29a8a5bebf9c4fcf2448c6e4ddeafa62eba1d8.tar.gz chromium_src-ea29a8a5bebf9c4fcf2448c6e4ddeafa62eba1d8.tar.bz2 |
Add missing file.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11854 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ssl/ssl_blocking_page.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ssl/ssl_blocking_page.cc b/chrome/browser/ssl/ssl_blocking_page.cc index f6373c7..4edf04d 100644 --- a/chrome/browser/ssl/ssl_blocking_page.cc +++ b/chrome/browser/ssl/ssl_blocking_page.cc @@ -81,7 +81,7 @@ void SSLBlockingPage::UpdateEntry(NavigationEntry* entry) { entry->ssl().set_cert_status(ssl_info.cert_status); entry->ssl().set_security_bits(ssl_info.security_bits); NotificationService::current()->Notify( - NotificationType::SSL_STATE_CHANGED, + NotificationType::SSL_VISIBLE_STATE_CHANGED, Source<NavigationController>(web->controller()), NotificationService::NoDetails()); } |