| Index: ios/web/public/web_client.mm
|
| diff --git a/ios/web/public/web_client.mm b/ios/web/public/web_client.mm
|
| index 570a194e20b6dca75c5ec4369abc08184e895834..0a23e5a575e714ffa10bf67221b4476fc33c447e 100644
|
| --- a/ios/web/public/web_client.mm
|
| +++ b/ios/web/public/web_client.mm
|
| @@ -70,7 +70,7 @@ base::RefCountedMemory* WebClient::GetDataResourceBytes(int resource_id) const {
|
| return nullptr;
|
| }
|
|
|
| -NSString* WebClient::GetEarlyPageScript() const {
|
| +NSString* WebClient::GetEarlyPageScript(BrowserState* browser_state) const {
|
| return @"";
|
| }
|
|
|
|
|