| 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 0cf03b1565eae126fc28d641db2e7d8ed4388e1e..5a5ed54c01b33c6385053a943362287ea3b41053 100644 | 
| --- a/content/browser/web_contents/web_contents_impl.h | 
| +++ b/content/browser/web_contents/web_contents_impl.h | 
| @@ -879,6 +879,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; | 
|  |