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

Unified Diff: ui/message_center/message_center_style.cc

Issue 2704933011: Add notification settings button to ARC notifications. (Closed)
Patch Set: Add notification settings button to ARC notifications. Created 3 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/message_center_style.cc
diff --git a/ui/message_center/message_center_style.cc b/ui/message_center/message_center_style.cc
index 9183d691db296ef1be9e22ef1b2dd338135bb77b..020073a5a87b1c5fecd3da09cae9e6f39b7eed0c 100644
--- a/ui/message_center/message_center_style.cc
+++ b/ui/message_center/message_center_style.cc
@@ -45,4 +45,9 @@ gfx::ImageSkia GetCloseIcon() {
gfx::kChromeIconGrey);
}
+gfx::ImageSkia GetSettingsIcon() {
+ return gfx::CreateVectorIcon(kNotificationSettingsButtonIcon,
+ gfx::kChromeIconGrey);
+}
+
} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_style.h ('k') | ui/message_center/vector_icons/notification_settings_button.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698