| 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 93b7aa542f183dae50ead2786cf6783d31891534..0856c48b93c4177c513264a8dd675ec362f51466 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -320,6 +320,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| void OnDumpHandlesDone();
|
| void SuddenTerminationChanged(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);
|
|
|
|
|