diff options
author | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 18:13:52 +0000 |
---|---|---|
committer | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 18:13:52 +0000 |
commit | ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0 (patch) | |
tree | dab6a5214349ad1cb0e35b33f61c1c1c64e08e63 /content/public | |
parent | 14bd3c62945e81490a6689c83a3db514d07e3b2d (diff) | |
download | chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.zip chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.tar.gz chromium_src-ddfbc66e86f4c8c8728f2f7e25f5867e378f31a0.tar.bz2 |
Fixing a problem, where a hung renderer process is not killed when navigating away
BUG=104346
TEST=Steps to reproduce listed in the bug.
Review URL: http://codereview.chromium.org/10008015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/render_process_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index dc64905..ce07869 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -74,8 +74,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::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 |