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 078facb5b9e02623f977a1db9425412bb3dcd400..648225cfa1a7b3d33defd21dcd832bb198c0834f 100644 |
--- a/chrome/browser/ui/views/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar_view.h |
@@ -190,6 +190,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(); |