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

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: Fixed manually run message_center unit test. 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;

Powered by Google App Engine
This is Rietveld 408576698