| Index: chrome/browser/ssl/ssl_manager.cc
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_manager.cc (revision 11852)
|
| +++ chrome/browser/ssl/ssl_manager.cc (working copy)
|
| @@ -633,7 +633,7 @@
|
| if (changed) {
|
| // Only send the notification when something actually changed.
|
| NotificationService::current()->Notify(
|
| - NotificationType::SSL_STATE_CHANGED,
|
| + NotificationType::SSL_VISIBLE_STATE_CHANGED,
|
| Source<NavigationController>(controller_),
|
| NotificationService::NoDetails());
|
| }
|
|
|