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

Unified Diff: ui/message_center/notification_list.h

Issue 11417103: Add quiet mode settings bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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.gyp ('k') | ui/message_center/quiet_mode_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_list.h
diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h
index ce9c26625e00cb3cef4f94f82de5210e6ace5d42..c06fa161c1777ef438929ee95a3665299e93e050 100644
--- a/ui/message_center/notification_list.h
+++ b/ui/message_center/notification_list.h
@@ -133,6 +133,8 @@ class MESSAGE_CENTER_EXPORT NotificationList {
// Marks the popups returned by GetPopupNotifications() as shown.
void MarkPopupsAsShown();
+ bool quiet_mode() const { return quiet_mode_; }
+
// Sets the current quiet mode status to |quiet_mode|. The new status is not
// expired.
void SetQuietMode(bool quiet_mode);
« no previous file with comments | « ui/message_center/message_center.gyp ('k') | ui/message_center/quiet_mode_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698