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

Unified Diff: ui/message_center/fake_notifier_settings_provider.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/cocoa/settings_controller_unittest.mm ('k') | ui/message_center/notifier_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/fake_notifier_settings_provider.cc
diff --git a/ui/message_center/fake_notifier_settings_provider.cc b/ui/message_center/fake_notifier_settings_provider.cc
index 9cafc933e15ce1d3a2ad2965ea5634ef39c55eda..a2c8c5e586ac55a2be3f0c49baed49b228bb9a80 100644
--- a/ui/message_center/fake_notifier_settings_provider.cc
+++ b/ui/message_center/fake_notifier_settings_provider.cc
@@ -29,8 +29,7 @@ FakeNotifierSettingsProvider::FakeNotifierSettingsProvider(
active_item_index_(0),
notifier_settings_requested_count_(0u) {
NotifierGroupItem item;
- item.group = new NotifierGroup(gfx::Image(),
- base::UTF8ToUTF16("Fake name"),
+ item.group = new NotifierGroup(base::UTF8ToUTF16("Fake name"),
base::UTF8ToUTF16("fake@email.com"));
item.notifiers = notifiers;
items_.push_back(item);
« no previous file with comments | « ui/message_center/cocoa/settings_controller_unittest.mm ('k') | ui/message_center/notifier_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698