| Index: ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| diff --git a/ios/web/web_state/ui/crw_web_controller_unittest.mm b/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| index 364580c4a571f74b2164b67b8e8b2c3b3e787cac..224d53dbbc4d626e1872ffc318d68f1f3761fe5c 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| @@ -770,6 +770,7 @@ TEST_F(CRWWebControllerJSExecutionTest, WindowIdMissmatch) {
|
| TEST_F(CRWWebControllerTest, WebUrlWithTrustLevel) {
|
| [[[mockWebView_ stub] andReturn:[NSURL URLWithString:@(kTestURLString)]] URL];
|
| [[[mockWebView_ stub] andReturnBool:NO] hasOnlySecureContent];
|
| + [[[mockWebView_ stub] andReturn:@""] title];
|
|
|
| // Stub out the injection process.
|
| [[mockWebView_ stub] evaluateJavaScript:OCMOCK_ANY
|
|
|