Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: ios/web/public/web_client.h

Issue 1258833005: Removing GetWebViewFactory method in WebClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/public/test/test_web_client.h ('k') | ios/web/public/web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ios/web/public/test/test_web_client.h ('k') | ios/web/public/web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698