| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index d8414653c79d4721865e261e9fddcdc5011cef3d..b0317984d0b43edd893152e30741750921e03fb3 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -217,6 +217,10 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // |auto_update_enabled| is set to true when auto-upate is on.
|
| void ShowOutdatedInstallNotification(bool auto_update_enabled);
|
|
|
| + // Shows elevation-needed notification bubble against the wrench menu for
|
| + // recovery component.
|
| + void ShowRecoveryComponentNotification();
|
| +
|
| // Updates the badge and the accessible name of the app menu (Wrench).
|
| void UpdateAppMenuState();
|
|
|
|
|