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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix an Android compile error Created 4 years 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 ef0a9696c6ea150ad1675b823779c0ffb87cb21f..5c2c391fe6c34d54ac6b1fd446b43cef5338ba9f 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.cc
+++ b/content/browser/renderer_host/render_widget_host_delegate.cc
@@ -92,4 +92,8 @@ bool RenderWidgetHostDelegate::OnUpdateDragCursor() {
return false;
}
+std::string RenderWidgetHostDelegate::GetRapporCommittedUrl() {
+ return nullptr;
ncarter (slow) 2016/12/01 22:33:32 ?!
Navid Zolghadr 2016/12/02 20:47:35 Oh! I see. Fixed.
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698