| Index: ios/web/public/test/test_web_client.h
|
| diff --git a/ios/web/public/test/test_web_client.h b/ios/web/public/test/test_web_client.h
|
| index 320df56f99c9468017bc14d70e3587aaf82d7215..68080dcf887376983f7035fec3a521c932ff18aa 100644
|
| --- a/ios/web/public/test/test_web_client.h
|
| +++ b/ios/web/public/test/test_web_client.h
|
| @@ -22,6 +22,9 @@ class TestWebClient : public web::WebClient {
|
| ~TestWebClient() override;
|
|
|
| // WebClient implementation.
|
| + void AddAdditionalSchemes(std::vector<url::SchemeWithType>*) const override;
|
| + // Returns true for kTestWebUIScheme URL scheme.
|
| + bool IsAppSpecificURL(const GURL& url) const override;
|
| NSString* GetEarlyPageScript() const override;
|
| void AllowCertificateError(WebState*,
|
| int cert_error,
|
|
|