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

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

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Changed WebViewNavigationProxy to a protocol 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
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..8863b2d58d216175e69a4b719de07677eef0c338 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 WebViewNavigationProxy;
namespace net {
class HttpResponseHeaders;
@@ -269,6 +270,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
void UpdateHttpResponseHeaders(const GURL& url);
WebState* GetWebState() override;
+ id<WebViewNavigationProxy> GetWebViewNavigationProxy() const override;
protected:
void AddObserver(WebStateObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698