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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 1814923002: Nuke NotificationUIManager from PlatformNotificationServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@profile_manager_load
Patch Set: Created 4 years, 8 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
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 237689a862f7a8987b302eb50a6dbbf95fa1302a..2749289b5c13b3c553a76a00a512f5a3f6091ff3 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -25,6 +25,7 @@ class BackgroundModeManager;
class CRLSetFetcher;
class IOThread;
class MHTMLGenerationManager;
+class NotificationBridge;
class NotificationUIManager;
class PrefService;
class WatchDogThread;
@@ -87,6 +88,7 @@ class TestingBrowserProcess : public BrowserProcess {
extensions::EventRouterForwarder* extension_event_router_forwarder() override;
NotificationUIManager* notification_ui_manager() override;
+ NotificationBridge* notification_bridge() override;
message_center::MessageCenter* message_center() override;
IntranetRedirectDetector* intranet_redirect_detector() override;
void CreateDevToolsHttpProtocolHandler(const std::string& ip,

Powered by Google App Engine
This is Rietveld 408576698