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

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

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Patch for review 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..b218110e7634c16ab4b40e0ad08ee206e2783f8c 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -23,6 +23,7 @@
#include "ios/web/public/java_script_dialog_type.h"
#import "ios/web/public/web_state/web_state.h"
#import "ios/web/public/web_state/web_state_delegate.h"
+#import "ios/web/web_state/ui/web_view_navigation_proxy_impl.h"
#include "url/gurl.h"
@class CRWSessionStorage;
@@ -48,6 +49,7 @@ class WebInterstitialImpl;
class WebStateInterfaceProvider;
class WebStatePolicyDecider;
class WebUIIOS;
+class WebViewNavigationProxy;
// Implementation of WebState.
// Generally mirrors //content's WebContents implementation.
@@ -269,6 +271,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
void UpdateHttpResponseHeaders(const GURL& url);
WebState* GetWebState() override;
+ WebViewNavigationProxy* GetWebViewNavigationProxy() const override;
protected:
void AddObserver(WebStateObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698