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

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

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/web_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « ios/web/public/web_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698