| 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 f26cae46a79145e3165d0a2cefcc3cb3afb25ba0..7d5bad8b8515d26ff136a736ba250d0c216f487a 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_unittest.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_unittest.cc
|
| @@ -96,6 +96,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(
|
|
|