Chromium Code Reviews

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

Issue 11440020: Add an outdated upgrade bubble view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed CR comments... Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 3010a399d40c48c8d89f39e80cd6054c139bb53e..28d84c3a604918413e68be79d37a0734924917f3 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar_view.h
@@ -189,6 +189,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();

Powered by Google App Engine