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

Unified Diff: ui/message_center/quiet_mode_bubble.h

Issue 12326091: Made notification center notifications collapsed and expandable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented review suggestions. Created 7 years, 10 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: ui/message_center/quiet_mode_bubble.h
diff --git a/ui/message_center/quiet_mode_bubble.h b/ui/message_center/quiet_mode_bubble.h
index 5c6274fd1d568fd4d2cf02f64da57228b98acbdb..3e4bdaff387f2e641483ea94708650cdb4549715 100644
--- a/ui/message_center/quiet_mode_bubble.h
+++ b/ui/message_center/quiet_mode_bubble.h
@@ -38,7 +38,7 @@ class MESSAGE_CENTER_EXPORT QuietModeBubble : public views::ButtonListener {
// Initialize the contents of the bubble.
void InitializeBubbleContents();
- // views::ButtonListener overrides:
+ // Overridden from views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;
« ui/message_center/notification_list.h ('K') | « ui/message_center/notifier_settings_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698