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

Unified Diff: ios/web/web_state/web_state_impl.h

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Patch for landing Created 3 years, 6 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/web_state/ui/crw_web_view_navigation_proxy.h ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index fbdb248beebc4e5b0d214cf3389329c59ee6519d..fcf3f0120e037459d430491a687609686ae066bc 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -30,6 +30,7 @@
@protocol CRWWebViewProxy;
@class NSURLRequest;
@class NSURLResponse;
+@protocol CRWWebViewNavigationProxy;
namespace net {
class HttpResponseHeaders;
@@ -269,6 +270,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
void UpdateHttpResponseHeaders(const GURL& url);
WebState* GetWebState() override;
+ id<CRWWebViewNavigationProxy> GetWebViewNavigationProxy() const override;
protected:
void AddObserver(WebStateObserver* observer) override;
« no previous file with comments | « ios/web/web_state/ui/crw_web_view_navigation_proxy.h ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698