diff options
author | peter <peter@chromium.org> | 2014-12-10 15:39:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-10 23:40:22 +0000 |
commit | 059ddc27a616ae3ac11db310ab3fd690a123bd8a (patch) | |
tree | 020de8446f809475da5b2259bafb8c4ba0d1de2b /ui | |
parent | 6a7691bf21b09834b0c12532e2222e50f0aadcb4 (diff) | |
download | chromium_src-059ddc27a616ae3ac11db310ab3fd690a123bd8a.zip chromium_src-059ddc27a616ae3ac11db310ab3fd690a123bd8a.tar.gz chromium_src-059ddc27a616ae3ac11db310ab3fd690a123bd8a.tar.bz2 |
Move logic for displaying notifications to the ProfileNotificationServiceImpl.
BUG=439950
Review URL: https://codereview.chromium.org/787193002
Cr-Commit-Position: refs/heads/master@{#307794}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/message_center/notifier_settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/message_center/notifier_settings.h b/ui/message_center/notifier_settings.h index 68ec9fd..8bed9c6 100644 --- a/ui/message_center/notifier_settings.h +++ b/ui/message_center/notifier_settings.h @@ -15,7 +15,6 @@ class MessageCenterNotificationsTest; class MessageCenterTrayBridgeTest; -class StubNotificationUIManager; namespace ash { class WebNotificationTrayTest; @@ -75,7 +74,6 @@ struct MESSAGE_CENTER_EXPORT NotifierId { friend class TrayViewControllerTest; friend class ::MessageCenterNotificationsTest; friend class ::MessageCenterTrayBridgeTest; - friend class ::StubNotificationUIManager; friend class ash::WebNotificationTrayTest; friend class test::MessagePopupCollectionTest; FRIEND_TEST_ALL_PREFIXES(PopupControllerTest, Creation); |