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

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

Issue 2654843003: Added UkmPageLoadMetricsObserver which sends top-level metrics to UKM (Closed)
Patch Set: Test fix 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.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 83f1cd43e1ddd45d10386e37a413cb6e3d699531..c2980ebe2142e780eb3937bd438cc22b3c9e1e2a 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -77,6 +77,7 @@ TestingBrowserProcess::TestingBrowserProcess()
io_thread_(nullptr),
system_request_context_(nullptr),
rappor_service_(nullptr),
+ ukm_service_(nullptr),
platform_part_(new TestingBrowserProcessPlatformPart()) {
#if BUILDFLAG(ENABLE_EXTENSIONS)
extensions_browser_client_.reset(

Powered by Google App Engine
This is Rietveld 408576698