| 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 585ba46f691b602cda7d2473c0388b3e15116666..d60080170194ef0c1102beae8b10490ca37d92ed 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -480,6 +480,7 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| FRIEND_TEST_ALL_PREFIXES(WebContentsImplTest, NoJSMessageOnInterstitials);
|
| FRIEND_TEST_ALL_PREFIXES(WebContentsImplTest, UpdateTitle);
|
| + FRIEND_TEST_ALL_PREFIXES(WebContentsImplTest, FindOpenerRVHWhenPending);
|
| FRIEND_TEST_ALL_PREFIXES(WebContentsImplTest,
|
| CrossSiteCantPreemptAfterUnload);
|
| FRIEND_TEST_ALL_PREFIXES(FormStructureBrowserTest, HTMLFiles);
|
|
|