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

Unified Diff: ui/message_center/views/notifier_settings_view.h

Issue 22720004: Tweak pixel-by-pixel layout for Notifications message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 4 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 | « no previous file | ui/message_center/views/notifier_settings_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notifier_settings_view.h
diff --git a/ui/message_center/views/notifier_settings_view.h b/ui/message_center/views/notifier_settings_view.h
index 96b8faa042728f461fc4fac56ca333dfa83e8622..5e64ab944b331b48fa0332bee4c55d3ea48615a6 100644
--- a/ui/message_center/views/notifier_settings_view.h
+++ b/ui/message_center/views/notifier_settings_view.h
@@ -17,6 +17,7 @@
namespace views {
class Label;
+class MenuButton;
class MenuRunner;
}
@@ -66,6 +67,7 @@ class MESSAGE_CENTER_EXPORT NotifierSettingsView
views::ImageButton* title_arrow_;
views::Label* title_label_;
+ views::MenuButton* notifier_group_selector_;
views::ScrollView* scroller_;
NotifierSettingsProvider* provider_;
std::set<NotifierButton*> buttons_;
« no previous file with comments | « no previous file | ui/message_center/views/notifier_settings_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698