| Index: ios/web/public/web_client.h
|
| diff --git a/ios/web/public/web_client.h b/ios/web/public/web_client.h
|
| index 2fd8fbd72500735ce3318ec5d027cb442a674a69..407308ce2056312e2c480a4af282bbdb4ac18e89 100644
|
| --- a/ios/web/public/web_client.h
|
| +++ b/ios/web/public/web_client.h
|
| @@ -33,7 +33,6 @@ class BrowserState;
|
| class BrowserURLRewriter;
|
| class WebClient;
|
| class WebMainParts;
|
| -class WebViewFactory;
|
|
|
| // Setter and getter for the client. The client should be set early, before any
|
| // web code is called.
|
| @@ -57,9 +56,6 @@ class WebClient {
|
| // it in the UI.
|
| virtual void PostWebViewCreation(UIWebView* web_view) const {}
|
|
|
| - // Returns a factory that vends WebViews.
|
| - virtual WebViewFactory* GetWebViewFactory() const;
|
| -
|
| // Returns the languages used in the Accept-Languages HTTP header.
|
| // Used to decide URL formating.
|
| virtual std::string GetAcceptLangs(BrowserState* state) const;
|
|
|