| 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 36764b6b239fadc717fe52220099b01b203bc9cf..8908576ac7dafe801157815b82c30e86fb880bfa 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -771,6 +771,9 @@ private:
|
| FRIEND_TEST_ALL_PREFIXES(WebContentsImplBrowserTest,
|
| JavaScriptDialogsInMainAndSubframes);
|
|
|
| + // So |find_request_manager_| can be accessed for testing.
|
| + friend class FindRequestManagerTest;
|
| +
|
| // So InterstitialPageImpl can access SetIsLoading.
|
| friend class InterstitialPageImpl;
|
|
|
|
|