| Index: chrome/browser/views/browser_actions_container.cc
|
| ===================================================================
|
| --- chrome/browser/views/browser_actions_container.cc (revision 28005)
|
| +++ chrome/browser/views/browser_actions_container.cc (working copy)
|
| @@ -375,6 +375,9 @@
|
| type == NotificationType::EXTENSION_UNLOADED ||
|
| type == NotificationType::EXTENSION_UNLOADED_DISABLED) {
|
| RefreshBrowserActionViews();
|
| +
|
| + // All these actions may change visibility of BrowserActions.
|
| + OnBrowserActionVisibilityChanged();
|
| } else {
|
| NOTREACHED() << L"Received unexpected notification";
|
| }
|
| @@ -413,7 +416,7 @@
|
| }
|
| }
|
|
|
| -void BrowserActionsContainer::PaintBadge(gfx::Canvas* canvas,
|
| +void BrowserActionsContainer::PaintBadge(gfx::Canvas* canvas,
|
| BrowserActionImageView* view,
|
| const SkColor& badge_color,
|
| const std::string& text) {
|
|
|