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

Unified Diff: ui/message_center/message_center_types.h

Issue 264123002: Google Now Message Center Stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename Created 6 years, 7 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 | « ui/message_center/message_center_tray.cc ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_types.h
diff --git a/ui/message_center/message_center_types.h b/ui/message_center/message_center_types.h
index 4cfe68e6fad02deb5626e5f3fda6808cbfb2efb0..32f0f136c0483b0b80030b050c39ccac16f88a18 100644
--- a/ui/message_center/message_center_types.h
+++ b/ui/message_center/message_center_types.h
@@ -13,7 +13,15 @@ enum Visibility {
// When the message center view is being displayed.
VISIBILITY_MESSAGE_CENTER,
// When the settings view is being displayed.
- VISIBILITY_SETTINGS
+ VISIBILITY_SETTINGS,
+};
+
+// Identifies the source of a displayed notification.
+enum DisplaySource {
+ // Displayed from the message center.
+ DISPLAY_SOURCE_MESSAGE_CENTER = 0,
+ // Displayed as a popup.
+ DISPLAY_SOURCE_POPUP,
};
} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_tray.cc ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698