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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 2877673003: Expose UkmService to content/ (Closed)
Patch Set: Extract repoting of input metric into another CL Created 3 years, 7 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index f285b85546fc246b3d42b735f82673e833d335f3..71e2b9d4ddf30cebe47fd097a27e98b207ac3f8c 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -462,6 +462,10 @@ ContentBrowserClient::GetMemoryCoordinatorDelegate() {
return nullptr;
}
+::ukm::UkmService* ContentBrowserClient::GetUkmService() {
+ return nullptr;
+}
+
std::unique_ptr<base::TaskScheduler::InitParams>
ContentBrowserClient::GetTaskSchedulerInitParams() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698