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 2e7c58698c87629c37387eff9d97474ce44b8994..6a02f5ab24be5d7f503d4af1cccbc76822b2a17f 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h |
@@ -212,7 +212,8 @@ class ToolbarView : public views::AccessiblePaneView, |
void ShowCriticalNotification(); |
// Shows the outdated install notification bubble against the wrench menu. |
- void ShowOutdatedInstallNotification(); |
+ // |auto_update_enabled| is set to true when auto-upate is on. |
+ void ShowOutdatedInstallNotification(bool auto_update_enabled); |
// Updates the badge and the accessible name of the app menu (Wrench). |
void UpdateAppMenuState(); |