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

Unified Diff: ios/web/public/test/fakes/test_navigation_manager.mm

Issue 2745873002: Created NavigationManager::CopyStateFromAndPrune(). (Closed)
Patch Set: Created 3 years, 9 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/public/test/fakes/test_navigation_manager.mm
diff --git a/ios/web/public/test/fakes/test_navigation_manager.mm b/ios/web/public/test/fakes/test_navigation_manager.mm
index 1706cab6d0f72202d1387400a500207784d5e0d3..d33f46ae079f3cedad255ab87ca096a219457738 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.mm
+++ b/ios/web/public/test/fakes/test_navigation_manager.mm
@@ -141,6 +141,11 @@
NOTREACHED();
}
+void TestNavigationManager::InsertStateFromManager(
+ const web::NavigationManager* manager) {
+ NOTREACHED();
+}
+
void TestNavigationManager::OverrideDesktopUserAgentForNextPendingItem() {
NOTREACHED();
}
« ios/web/public/navigation_manager.h ('K') | « ios/web/public/test/fakes/test_navigation_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698