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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 03733f705eb4908448fddcb1118468ed8affe560..7179cad7c1033c2390003c2cd50a8e278bfb9f89 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -315,6 +315,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
void OnDumpHandlesDone();
void OnSuddenTerminationChanged(bool enabled);
void OnUserMetricsRecordAction(const std::string& action);
+ void OnUserMetricsRecordRappor(
+ const std::string& metric,
+ const std::string& sample);
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
void OnCloseACK(int old_route_id);

Powered by Google App Engine
This is Rietveld 408576698