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

Unified Diff: ios/web/interstitials/html_web_interstitial_impl.mm

Issue 1799843002: Removing StaticFileWebView vending methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GetBS() Created 4 years, 9 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 | « no previous file | ios/web/net/crw_url_verifying_protocol_handler.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/interstitials/html_web_interstitial_impl.mm
diff --git a/ios/web/interstitials/html_web_interstitial_impl.mm b/ios/web/interstitials/html_web_interstitial_impl.mm
index f7f3f4f4d6617bdf0397d603ca5d8c8ba4a664b5..b484aa290f6f6bbd7cab3892c5bddcc9ae758b5b 100644
--- a/ios/web/interstitials/html_web_interstitial_impl.mm
+++ b/ios/web/interstitials/html_web_interstitial_impl.mm
@@ -99,8 +99,7 @@ void HtmlWebInterstitialImpl::PrepareForDisplay() {
[[CRWWebInterstitialImplCRWSimpleWebViewDelegate alloc]
initWithInterstitial:this]);
web_view_controller_.reset(web::CreateSimpleWebViewController(
- CGRectZero, GetWebStateImpl()->GetBrowserState(),
- GetWebStateImpl()->GetWebViewType()));
+ CGRectZero, GetWebStateImpl()->GetBrowserState()));
[web_view_controller_ setDelegate:web_view_controller_delegate_];
[[web_view_controller_ view]
setAutoresizingMask:(UIViewAutoresizingFlexibleWidth |
« no previous file with comments | « no previous file | ios/web/net/crw_url_verifying_protocol_handler.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698