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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Add a test for the current url API Created 4 years, 1 month 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 3ebbe1b04698da2362212166bd182b007e8f3d0d..397e0d8eb8854bc34f887f449425685c61b75ead 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.cc
+++ b/content/browser/renderer_host/render_widget_host_delegate.cc
@@ -87,4 +87,12 @@ bool RenderWidgetHostDelegate::OnUpdateDragCursor() {
return false;
}
+::rappor::RapporService* RenderWidgetHostDelegate::getRapporService() {
+ return nullptr;
+}
+
+std::string RenderWidgetHostDelegate::getRapporCommittedUrl() {
+ return nullptr;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698