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

Unified Diff: ios/web/test/fakes/test_navigation_manager_delegate.mm

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/test/fakes/test_navigation_manager_delegate.h ('k') | ios/web/web_state/ui/crw_web_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/fakes/test_navigation_manager_delegate.mm
diff --git a/ios/web/test/fakes/test_navigation_manager_delegate.mm b/ios/web/test/fakes/test_navigation_manager_delegate.mm
index 7f480b3b9cb198bf38edb6690d60fd7347d9b91c..85a064ff8d6f582825889f2d171655b38d03c032 100644
--- a/ios/web/test/fakes/test_navigation_manager_delegate.mm
+++ b/ios/web/test/fakes/test_navigation_manager_delegate.mm
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#import "ios/web/test/fakes/test_navigation_manager_delegate.h"
+#import "ios/web/web_state/ui/crw_web_view_navigation_proxy.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
@@ -22,5 +23,9 @@ void TestNavigationManagerDelegate::OnNavigationItemCommitted(
WebState* TestNavigationManagerDelegate::GetWebState() {
return nullptr;
}
+id<CRWWebViewNavigationProxy>
+TestNavigationManagerDelegate::GetWebViewNavigationProxy() const {
+ return nil;
+}
} // namespace web
« no previous file with comments | « ios/web/test/fakes/test_navigation_manager_delegate.h ('k') | ios/web/web_state/ui/crw_web_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698