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

Unified Diff: content/browser/frame_host/render_frame_host_impl.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
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 ab4d825e5f487d864d6838bb4c77777ecdf2ce76..a3d5acf8d31fe9ed7322b1411c9a16b2a56d3661 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
int GetEnabledBindings() const override;
void BlockRequestsForFrame() override;
void ResumeBlockedRequestsForFrame() override;
+ void DisableBeforeUnloadHangMonitorForTesting() override;
// mojom::FrameHost
void GetInterfaceProvider(
« no previous file with comments | « chrome/browser/lifetime/browser_close_manager_browsertest.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698