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

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

Issue 2711683002: (Set)IsOverridingUserAgent should be called on VisibleItem (Closed)
Patch Set: Rename function names Created 3 years, 10 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 954d59afa2bccb5c7c6f0ec68f7bdb49884ca61f..abacddad4627d40d2bd9554bb1190dfce0c7c914 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.mm
+++ b/ios/web/public/test/fakes/test_navigation_manager.mm
@@ -135,4 +135,9 @@
NOTREACHED();
}
+bool TestNavigationManager::IsUsingDesktopUserAgent() const {
+ NOTREACHED();
+ return false;
+}
+
} // namespace web

Powered by Google App Engine
This is Rietveld 408576698