| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 11852)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -183,7 +183,7 @@
|
|
|
| NotificationService::current()->AddObserver(
|
| this,
|
| - NotificationType::SSL_STATE_CHANGED,
|
| + NotificationType::SSL_VISIBLE_STATE_CHANGED,
|
| NotificationService::AllSources());
|
|
|
| InitCommandState();
|
| @@ -228,7 +228,7 @@
|
|
|
| NotificationService::current()->RemoveObserver(
|
| this,
|
| - NotificationType::SSL_STATE_CHANGED,
|
| + NotificationType::SSL_VISIBLE_STATE_CHANGED,
|
| NotificationService::AllSources());
|
|
|
| if (profile_->IsOffTheRecord() &&
|
| @@ -1932,7 +1932,7 @@
|
| }
|
| break;
|
|
|
| - case NotificationType::SSL_STATE_CHANGED:
|
| + case NotificationType::SSL_VISIBLE_STATE_CHANGED:
|
| // When the current tab's SSL state changes, we need to update the URL
|
| // bar to reflect the new state. Note that it's possible for the selected
|
| // tab contents to be NULL. This is because we listen for all sources
|
|
|