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

Unified Diff: ui/message_center/notifier_settings.h

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/chrome_browser.gypi ('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.h
diff --git a/ui/message_center/notifier_settings.h b/ui/message_center/notifier_settings.h
index 3e4af899c921d07ac1b0de97873107391e09cae8..cf59e8620a326f07cc5661e9a6d42e447cffbd76 100644
--- a/ui/message_center/notifier_settings.h
+++ b/ui/message_center/notifier_settings.h
@@ -13,7 +13,9 @@
#include "ui/message_center/message_center_export.h"
#include "url/gurl.h"
+class MessageCenterNotificationsTest;
class MessageCenterTrayBridgeTest;
+class StubNotificationUIManager;
namespace ash {
class WebNotificationTrayTest;
@@ -24,6 +26,7 @@ namespace test {
class MessagePopupCollectionTest;
}
+class MessageCenterNotificationManagerTest;
class NotifierSettingsDelegate;
class NotifierSettingsProvider;
@@ -65,11 +68,14 @@ struct MESSAGE_CENTER_EXPORT NotifierId {
std::string profile_id;
private:
+ friend class ::MessageCenterNotificationsTest;
dewittj 2014/09/19 00:17:53 wonder if sorting should put all the global-namesp
Jun Mukai 2014/09/19 00:22:29 sorted by the namespace. I think it's clearer in
+ friend class MessageCenterNotificationManagerTest;
friend class ::MessageCenterTrayBridgeTest;
friend class MessageCenterTrayTest;
friend class test::MessagePopupCollectionTest;
friend class NotificationControllerTest;
friend class PopupCollectionTest;
+ friend class ::StubNotificationUIManager;
friend class TrayViewControllerTest;
friend class ash::WebNotificationTrayTest;
FRIEND_TEST_ALL_PREFIXES(PopupControllerTest, Creation);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698