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

Unified Diff: content/browser/renderer_host/render_widget_host_delegate.cc

Issue 2877673003: Expose UkmService to content/ (Closed)
Patch Set: Use ukm::SourceId instead of int32 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/browser/renderer_host/render_widget_host_delegate.cc
diff --git a/content/browser/renderer_host/render_widget_host_delegate.cc b/content/browser/renderer_host/render_widget_host_delegate.cc
index 184cce7f850a6d814093fe115e49b8157ce3e1c1..cb32ee9f9611446d575b185ded5992bbabf512b8 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.cc
+++ b/content/browser/renderer_host/render_widget_host_delegate.cc
@@ -107,6 +107,10 @@ bool RenderWidgetHostDelegate::AddDomainInfoToRapporSample(
return false;
}
+void RenderWidgetHostDelegate::UpdateUrlForUkmSource(
+ ukm::UkmRecorder* service,
+ ukm::SourceId ukm_source_id) {}
+
WebContents* RenderWidgetHostDelegate::GetAsWebContents() {
return nullptr;
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_delegate.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698