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

Unified Diff: content/public/browser/render_process_host.h

Issue 10907182: Add UMA counter for hung renderers on cross-site navigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index f6d340d5ad5c33afc73ccd2576e1bcca42fe1125..20441cd79e09642a29733776126555155860a1bd 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -72,8 +72,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// ResourceDispatcherHost. Necessary for a cross-site request, in the case
// that the original RenderViewHost is not live and thus cannot run an
// unload handler.
- virtual void CrossSiteSwapOutACK(
- const ViewMsg_SwapOut_Params& params) = 0;
+ virtual void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params) = 0;
// Called to wait for the next UpdateRect message for the specified render
// widget. Returns true if successful, and the msg out-param will contain a

Powered by Google App Engine
This is Rietveld 408576698