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

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

Issue 2698773002: [iOS] Refactoring web CRWSessionController user agent code. (Closed)
Patch Set: Addressed feedback 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 38eafcac63a99ee49af5d57b60ac6610730bff3e..0c27847fbd3415d90a2b2f6cf5a1da01a29599ac 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.mm
+++ b/ios/web/public/test/fakes/test_navigation_manager.mm
@@ -139,4 +139,9 @@
return;
}
+void TestNavigationManager::OverrideDesktopUserAgentForNextPendingItem() {
+ NOTREACHED();
+ return;
Eugene But (OOO till 7-30) 2017/02/16 02:20:48 Drop this
liaoyuke 2017/02/16 22:04:29 Done.
+}
+
} // namespace web

Powered by Google App Engine
This is Rietveld 408576698