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

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

Issue 10451076: Adding UMA for sync IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: histogram Created 8 years, 7 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 c0f105690a5b51a234f954f4a4401e7ba15053a3..58424522fdc5ae750a57570ac35aabdf5559afc9 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -26,6 +26,7 @@ class RendererMainThread;
class RenderWidgetHelper;
namespace base {
+class TimeDelta;
class WaitableEvent;
}
@@ -159,6 +160,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
void OnDumpHandlesDone();
void SuddenTerminationChanged(bool enabled);
void OnUserMetricsRecordAction(const std::string& action);
+ void OnSyncIPCElapsedTime(const base::TimeDelta& delta);
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
// CompositorSurfaceBuffersSwapped handler when there's no RWH.

Powered by Google App Engine
This is Rietveld 408576698