| Index: ios/web/public/web_client.mm
|
| diff --git a/ios/web/public/web_client.mm b/ios/web/public/web_client.mm
|
| index 997eecef3fbfa18a540f23ca65bc69969d975f08..d26af90ee10cdfc3702a2c0e1c51cf2f53667e25 100644
|
| --- a/ios/web/public/web_client.mm
|
| +++ b/ios/web/public/web_client.mm
|
| @@ -44,10 +44,6 @@ bool WebClient::IsAppSpecificURL(const GURL& url) const {
|
| return false;
|
| }
|
|
|
| -bool WebClient::AllowWebViewAllocInit() const {
|
| - return false;
|
| -}
|
| -
|
| base::string16 WebClient::GetPluginNotSupportedText() const {
|
| return base::string16();
|
| }
|
|
|