| Index: content/test/content_browser_test_utils_internal.h
|
| diff --git a/content/test/content_browser_test_utils_internal.h b/content/test/content_browser_test_utils_internal.h
|
| index 2d0afd5b436a6b7443fcfa366faa3c01f4f43798..f25a52f02a2f11e5d9ffce6ac5da1f7d602d80d8 100644
|
| --- a/content/test/content_browser_test_utils_internal.h
|
| +++ b/content/test/content_browser_test_utils_internal.h
|
| @@ -42,10 +42,6 @@ class ToRenderFrameHost;
|
| // navigation finishes.
|
| void NavigateFrameToURL(FrameTreeNode* node, const GURL& url);
|
|
|
| -// Sets the DialogManager to proceed by default or not when showing a
|
| -// BeforeUnload dialog.
|
| -void SetShouldProceedOnBeforeUnload(Shell* shell, bool proceed);
|
| -
|
| // Extends the ToRenderFrameHost mechanism to FrameTreeNodes.
|
| RenderFrameHost* ConvertToRenderFrameHost(FrameTreeNode* frame_tree_node);
|
|
|
|
|