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

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
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..3ca539261d4f2b21ceca732d533585ed0e979fba 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -899,6 +899,10 @@ 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.
+ NOTIFICATION_GLOBAL_ERRORS_CHANGED,
sky 2011/09/19 23:53:01 Document what source and details are.
sail 2011/09/20 00:09:07 Done.
+
// Note:-
// Currently only Content and Chrome define and use notifications.
// Custom notifications not belonging to Content and Chrome should start
« chrome/browser/ui/views/toolbar_view.cc ('K') | « 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