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

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

Issue 2777013004: Fix DevToolsBeforeUnloadTest and BrowserCloseManagerBrowserTest. (Closed)
Patch Set: fix Created 3 years, 9 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
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 068e826699696b8f7f939073ab8338526e4a3f38..2ae1a08e1b52b0d6116fd7d3c4a1d815c5c17ddd 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -189,11 +189,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// warning too soon.
virtual void RestartHangMonitorTimeoutIfNecessary() = 0;
- // Stops and disables hang monitor. This avoids flakiness in tests that need
- // to observe things like beforeunload dialogs, which could fail if the
- // timeout skips the dialog.
- virtual void DisableHangMonitorForTesting() = 0;
-
virtual void SetIgnoreInputEvents(bool ignore_input_events) = 0;
// Called to notify the RenderWidget that it has been resized.
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698