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

Unified Diff: ui/message_center/notifier_settings.h

Issue 2383893002: Optimize startup time of notification code by removing unused code. (Closed)
Patch Set: Created 4 years, 2 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 | « ui/message_center/fake_notifier_settings_provider.cc ('k') | ui/message_center/notifier_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notifier_settings.h
diff --git a/ui/message_center/notifier_settings.h b/ui/message_center/notifier_settings.h
index b162d766e38c766a2f7d982369fb70431053d0f1..5043ff884f746efaa7b25d32382ca593404c3c6c 100644
--- a/ui/message_center/notifier_settings.h
+++ b/ui/message_center/notifier_settings.h
@@ -116,14 +116,9 @@ struct MESSAGE_CENTER_EXPORT Notifier {
};
struct MESSAGE_CENTER_EXPORT NotifierGroup {
- NotifierGroup(const gfx::Image& icon,
- const base::string16& name,
- const base::string16& login_info);
+ NotifierGroup(const base::string16& name, const base::string16& login_info);
~NotifierGroup();
- // Icon of a notifier group.
- const gfx::Image icon;
-
// Display name of a notifier group.
const base::string16 name;
« no previous file with comments | « ui/message_center/fake_notifier_settings_provider.cc ('k') | ui/message_center/notifier_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698