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

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

Issue 2787393003: Fix races in tests waiting for beforeunload dialogs. (Closed)
Patch Set: rev Created 3 years, 8 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_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 482e2e3748373d9b0e2880eaa54f9e34c0adf00b..c73dae0dee7726b0c68a1b160cc4a21d7da08371 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -187,6 +187,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
void BlockRequestsForFrame() override;
void ResumeBlockedRequestsForFrame() override;
void DisableBeforeUnloadHangMonitorForTesting() override;
+ bool IsBeforeUnloadHangMonitorDisabledForTesting() override;
// mojom::FrameHost
void GetInterfaceProvider(

Powered by Google App Engine
This is Rietveld 408576698