diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | content/browser/tab_contents/tab_contents.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index bbc1e7e..0981985 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc @@ -1723,15 +1723,6 @@ void TabContents::OnIgnoredUIEvent() { } } -void TabContents::OnCrossSiteResponse(int new_render_process_host_id, - int new_request_id) { - // Allows the TabContents to react when a cross-site response is ready to be - // delivered to a pending RenderViewHost. We must first run the onunload - // handler of the old RenderViewHost before we can allow it to proceed. - render_manager_.OnCrossSiteResponse(new_render_process_host_id, - new_request_id); -} - void TabContents::RendererUnresponsive(RenderViewHost* rvh, bool is_during_unload) { // Don't show hung renderer dialog for a swapped out RVH. |