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 922829cfb74239d69953ad80bc5301ab5154648e..4a86a48cd9b1a8f0375666b48e5a716fc0a8aff2 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -687,6 +687,8 @@ class CONTENT_EXPORT WebContentsImpl |
FRIEND_TEST_ALL_PREFIXES(NavigationControllerTest, HistoryNavigate); |
FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, PageDoesBackAndReload); |
FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest, CrossSiteIframe); |
+ FRIEND_TEST_ALL_PREFIXES(SitePerProcessAccessibilityBrowserTest, |
+ CrossSiteIframeAccessibility); |
// So InterstitialPageImpl can access SetIsLoading. |
friend class InterstitialPageImpl; |