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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7948003: Update error badge on wrench menu button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index bdecc9baa08d8ccd2d7d84f5d04c275851988239..ed4b69173a1f8e39ad3eb63b2441b104e4a568fd 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -899,6 +899,12 @@ enum NotificationType {
// Sent when all nonblocking bounds animations are finished across panels.
NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED,
+ // Sent when a global error has changed and the error UI should update it
+ // self. The source is a Source<Profile> containing the profile for the
+ // error. The detail is a GlobalError object that has changed or NULL if
+ // all error UIs should update.
+ NOTIFICATION_GLOBAL_ERRORS_CHANGED,
+
// Note:-
// Currently only Content and Chrome define and use notifications.
// Custom notifications not belonging to Content and Chrome should start
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698