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

Unified Diff: ui/message_center/notifier_settings.cc

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/notifier_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notifier_settings.cc
diff --git a/ui/message_center/notifier_settings.cc b/ui/message_center/notifier_settings.cc
index f5e9c012b5d7da209279b8c03df226c303d27777..e7099fd55cfd9d00e7d0a5321634fdc212fa271f 100644
--- a/ui/message_center/notifier_settings.cc
+++ b/ui/message_center/notifier_settings.cc
@@ -63,10 +63,9 @@ Notifier::Notifier(const NotifierId& notifier_id,
Notifier::~Notifier() {
}
-NotifierGroup::NotifierGroup(const gfx::Image& icon,
- const base::string16& name,
+NotifierGroup::NotifierGroup(const base::string16& name,
const base::string16& login_info)
- : icon(icon), name(name), login_info(login_info) {}
+ : name(name), login_info(login_info) {}
NotifierGroup::~NotifierGroup() {}
« no previous file with comments | « ui/message_center/notifier_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698