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 59f6557c5b75fb9172760e926e99088bfc8f02de..f06d1a59707c0a4773a890b9cfaaba663e73f3ff 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h |
@@ -213,7 +213,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(); |