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

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

Issue 2725993002: Move page closing hang timer duties to its own timer. (Closed)
Patch Set: creis 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/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 3059773f4dac6225a44b05b7f13d9c9f86d7b1e4..1490ac4187988f58e4d763d0da57b4638e6d126e 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -182,6 +182,10 @@ class CONTENT_EXPORT RenderViewHostDelegate {
virtual bool IsJavaScriptDialogShowing() const;
+ // If a timer for an unresponsive renderer fires, whether it should be
+ // ignored.
+ virtual bool ShouldIgnoreUnresponsiveRenderer();
+
// Whether download UI should be hidden.
virtual bool HideDownloadUI() const;

Powered by Google App Engine
This is Rietveld 408576698