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

Unified Diff: ios/web/test/fakes/test_navigation_manager_delegate.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/test/fakes/test_navigation_manager_delegate.h
diff --git a/ios/web/test/fakes/test_navigation_manager_delegate.h b/ios/web/test/fakes/test_navigation_manager_delegate.h
index 53804fb6ad58f194aa91fff3a8345e221daa5ece..ae9feafa34d3ee96562d6cf1da601047ca65cbaa 100644
--- a/ios/web/test/fakes/test_navigation_manager_delegate.h
+++ b/ios/web/test/fakes/test_navigation_manager_delegate.h
@@ -7,7 +7,10 @@
#import "ios/web/navigation/navigation_manager_delegate.h"
+@protocol WebViewNavigationProxy;
+
namespace web {
+class WebViewNavigationProxy;
class TestNavigationManagerDelegate : public NavigationManagerDelegate {
public:
@@ -19,6 +22,7 @@ class TestNavigationManagerDelegate : public NavigationManagerDelegate {
void OnNavigationItemCommitted(
const LoadCommittedDetails& load_details) override;
WebState* GetWebState() override;
+ id<WebViewNavigationProxy> GetWebViewNavigationProxy() const override;
};
} // namespace web

Powered by Google App Engine
This is Rietveld 408576698