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 6c9ecd3fb0eaac6175d501b15e4513dd53e91a24..9edf31ebb0fbfb57c37ffdf7555f350896b5ab24 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(); |