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

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

Issue 2617883004: Initial UKMPageLoadMetricsObserver (Closed)
Patch Set: Class rename Created 3 years, 11 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 af6154c89309d7bb1fec824ed1ccf4b550256367..041c263082d4d99bd27b3621d3c67daeca553a01 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -67,6 +67,7 @@ class TestingBrowserProcess : public BrowserProcess {
override;
metrics::MetricsService* metrics_service() override;
rappor::RapporServiceImpl* rappor_service() override;
+ ukm::UkmService* ukm_service() override;
IOThread* io_thread() override;
WatchDogThread* watchdog_thread() override;
ProfileManager* profile_manager() override;
@@ -147,6 +148,7 @@ class TestingBrowserProcess : public BrowserProcess {
void SetNotificationPlatformBridge(
std::unique_ptr<NotificationPlatformBridge> notification_platform_bridge);
void SetRapporServiceImpl(rappor::RapporServiceImpl* rappor_service);
+ void SetUkmService(ukm::UkmService* ukm_service);
void SetShuttingDown(bool is_shutting_down);
void ShutdownBrowserPolicyConnector();
@@ -193,6 +195,7 @@ class TestingBrowserProcess : public BrowserProcess {
IOThread* io_thread_;
net::URLRequestContextGetter* system_request_context_;
rappor::RapporServiceImpl* rappor_service_;
+ ukm::UkmService* ukm_service_;
std::unique_ptr<BrowserProcessPlatformPart> platform_part_;

Powered by Google App Engine
This is Rietveld 408576698