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

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

Issue 1895473002: PlatformNotificationService layering cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_manager2
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 bebc5107ff5a70ff2d5801bcf520d01ad6617a0a..3d8ca3982e83e29d68f7612f6438bb952d640922 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -138,6 +138,8 @@ class TestingBrowserProcess : public BrowserProcess {
void SetSystemRequestContext(net::URLRequestContextGetter* context_getter);
void SetNotificationUIManager(
std::unique_ptr<NotificationUIManager> notification_ui_manager);
+ void SetNotificationPlatformBridge(
+ std::unique_ptr<NotificationPlatformBridge> notification_platform_bridge);
void SetRapporService(rappor::RapporService* rappor_service);
void ShutdownBrowserPolicyConnector();
@@ -153,6 +155,7 @@ class TestingBrowserProcess : public BrowserProcess {
bool created_browser_policy_connector_ = false;
std::unique_ptr<ProfileManager> profile_manager_;
std::unique_ptr<NotificationUIManager> notification_ui_manager_;
+ std::unique_ptr<NotificationPlatformBridge> notification_platform_bridge_;
#if defined(ENABLE_PRINTING)
std::unique_ptr<printing::PrintJobManager> print_job_manager_;

Powered by Google App Engine
This is Rietveld 408576698