| Index: chrome/browser/notifications/platform_notification_service_unittest.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_unittest.cc b/chrome/browser/notifications/platform_notification_service_unittest.cc
|
| index ae048892da1fa0020165dfe466966c60ec16d1f1..4812b4013879d0c1f012dcc16b51247f3ba5ada3 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_unittest.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_unittest.cc
|
| @@ -98,6 +98,8 @@ class PlatformNotificationServiceTest : public testing::Test {
|
| std::unique_ptr<NotificationPlatformBridge> notification_bridge =
|
| base::MakeUnique<StubNotificationPlatformBridge>();
|
|
|
| + // TODO(peter): These tests should use the NotificationDisplayService, which
|
| + // will allow the StubNotificationPlatformBridge to be removed.
|
| TestingBrowserProcess::GetGlobal()->SetNotificationUIManager(
|
| std::move(ui_manager));
|
| TestingBrowserProcess::GetGlobal()->SetNotificationPlatformBridge(
|
|
|