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

Unified Diff: ios/web_view/internal/cwv_web_view.mm

Issue 2762983004: Delete deprecated -[CWVWebView view]. (Closed)
Patch Set: Created 3 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_view/public/cwv_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/cwv_web_view.mm
diff --git a/ios/web_view/internal/cwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
index 44574ef2a297964588ed65bcad3e05d74a6f6be3..b2af84b4f89d1828556d9f6e8816e27b985ee802 100644
--- a/ios/web_view/internal/cwv_web_view.mm
+++ b/ios/web_view/internal/cwv_web_view.mm
@@ -101,10 +101,6 @@
[self addSubview:subview];
}
-- (UIView*)view {
- return _webState->GetView();
-}
-
- (BOOL)canGoBack {
return _webState && _webState->GetNavigationManager()->CanGoBack();
}
« no previous file with comments | « no previous file | ios/web_view/public/cwv_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698