| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index b0468b48b22d6b2b1a23baaa938129c1b882cfe1..d198927d31c387bedb4861d03bd20891f6f4118d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -881,6 +881,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| JavaScriptDialogsInMainAndSubframes);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest,
|
| IframeBeforeUnloadParentHang);
|
| + FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest,
|
| + BeforeUnloadDialogRequiresGesture);
|
|
|
| // So |find_request_manager_| can be accessed for testing.
|
| friend class FindRequestManagerTest;
|
|
|