| Index: ios/web/public/web_client.mm
|
| diff --git a/ios/web/public/web_client.mm b/ios/web/public/web_client.mm
|
| index 837ab8507b4b94da18dfd31eec33b7d019d1cde9..1547f95e327a427dec8b459f43e66b5598c40d6e 100644
|
| --- a/ios/web/public/web_client.mm
|
| +++ b/ios/web/public/web_client.mm
|
| @@ -28,10 +28,6 @@ WebMainParts* WebClient::CreateWebMainParts() {
|
| return nullptr;
|
| }
|
|
|
| -WebViewFactory* WebClient::GetWebViewFactory() const {
|
| - return nullptr;
|
| -}
|
| -
|
| std::string WebClient::GetAcceptLangs(BrowserState* state) const {
|
| return std::string();
|
| }
|
|
|