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

Unified Diff: ui/message_center/notifier_settings_view.cc

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/notifier_settings_view.cc
diff --git a/ui/message_center/notifier_settings_view.cc b/ui/message_center/notifier_settings_view.cc
index 97213b313ab4589a50120f8173e1314dd4847eb9..f5af3b142f302e1b272c15b8bb24210214405058 100644
--- a/ui/message_center/notifier_settings_view.cc
+++ b/ui/message_center/notifier_settings_view.cc
@@ -82,7 +82,7 @@ class NotifierSettingsView::NotifierButton : public views::CustomButton,
}
private:
- // views::ButtonListener overrides:
+ // Overridden from views::ButtonListener:
virtual void ButtonPressed(views::Button* button,
const ui::Event& event) OVERRIDE {
DCHECK(button == checkbox_);

Powered by Google App Engine
This is Rietveld 408576698