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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files 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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 8802ff35a44eb06b815faa7e3e19d6974c4662a6..05474f499613e6bcc32637a6aeb2adcfcfde8a87 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -667,6 +667,7 @@ class CONTENT_EXPORT WebContentsImpl
void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
TextInputManager* GetTextInputManager() override;
bool OnUpdateDragCursor() override;
+ bool AddDomainInfoToRapporSample(rappor::Sample* sample) override;
// RenderFrameHostManager::Delegate ------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698