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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 2725993002: Move page closing hang timer duties to its own timer. (Closed)
Patch Set: comment excision Created 3 years, 10 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/frame_host/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 9a7d3ad05e2731212b9050df87f51c47d4ab81b8..93a90b8428e7dae3d17697a6ba6cf4a64a65e59a 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -280,11 +280,6 @@ class CONTENT_EXPORT RenderFrameHostManager
// which one so we tell both.
void SetIsLoading(bool is_loading);
- // Whether to close the tab or not when there is a hang during an unload
- // handler. If we are mid-crosssite navigation, then we should proceed
- // with the navigation instead of closing the tab.
- bool ShouldCloseTabOnUnresponsiveRenderer();
Charlie Reis 2017/03/03 01:05:59 Hooray! This is exactly what I hoped to get out o
Avi (use Gerrit) 2017/03/03 01:25:25 Acknowledged.
-
// Confirms whether we should close the page or navigate away. This is called
// before a cross-site request or before a tab/window is closed (as indicated
// by the first parameter) to allow the appropriate renderer to approve or

Powered by Google App Engine
This is Rietveld 408576698