Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1357)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6ac0e3398449ab07ba081f033a5e642ac68ffdc0 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_on| is set to true when auto-upate is on.
+ void ShowOutdatedInstallNotification(bool auto_update_on);
robertshield 2014/03/26 03:20:11 suggest: s/auto_update_on/auto_update_enabled/
MAD 2014/03/26 19:30:16 Done.
// Updates the badge and the accessible name of the app menu (Wrench).
void UpdateAppMenuState();

Powered by Google App Engine
This is Rietveld 408576698