| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index 3010a399d40c48c8d89f39e80cd6054c139bb53e..28d84c3a604918413e68be79d37a0734924917f3 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -189,6 +189,9 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Shows the critical notification bubble against the wrench menu.
|
| void ShowCriticalNotification();
|
|
|
| + // Shows the outdated install notification bubble against the wrench menu.
|
| + void ShowOutdatedInstallNotification();
|
| +
|
| // Updates the badge and the accessible name of the app menu (Wrench).
|
| void UpdateAppMenuState();
|
|
|
|
|