| Index: ios/web/public/web_client.h
|
| diff --git a/ios/web/public/web_client.h b/ios/web/public/web_client.h
|
| index d949f55a6bccf0c38753b49b35e16f6a6517aafe..5c59fd224dc524d7cefc203be4a0c4a20b50517c 100644
|
| --- a/ios/web/public/web_client.h
|
| +++ b/ios/web/public/web_client.h
|
| @@ -108,7 +108,7 @@ class WebClient {
|
|
|
| // Gives the embedder a chance to provide the JavaScript to be injected into
|
| // the web view as early as possible. Result must not be nil.
|
| - virtual NSString* GetEarlyPageScript() const;
|
| + virtual NSString* GetEarlyPageScript(BrowserState* browser_state) const;
|
|
|
| // Informs the embedder that a certificate error has occurred. If
|
| // |overridable| is true, the user can ignore the error and continue. The
|
|
|