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

Unified Diff: ios/web/test/fakes/test_navigation_manager_delegate.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
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..4fce6b5f2f7939b723c30b0080c82adf4f4f6702 100644
--- a/ios/web/test/fakes/test_navigation_manager_delegate.h
+++ b/ios/web/test/fakes/test_navigation_manager_delegate.h
@@ -7,6 +7,8 @@
#import "ios/web/navigation/navigation_manager_delegate.h"
+@protocol CRWWebViewNavigationProxy;
+
namespace web {
class TestNavigationManagerDelegate : public NavigationManagerDelegate {
@@ -19,6 +21,7 @@ class TestNavigationManagerDelegate : public NavigationManagerDelegate {
void OnNavigationItemCommitted(
const LoadCommittedDetails& load_details) override;
WebState* GetWebState() override;
+ id<CRWWebViewNavigationProxy> GetWebViewNavigationProxy() const override;
};
} // namespace web
« no previous file with comments | « ios/web/navigation/wk_based_navigation_manager_impl.mm ('k') | ios/web/test/fakes/test_navigation_manager_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698