| 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 1cad20e5a72419b3a0104b2e6d3b63e380903539..8418795777d16a93e7408fe140f3577b0923f7c0 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();
|
|
|
|
|