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

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

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.h
diff --git a/ios/web/public/test/fakes/test_navigation_manager.h b/ios/web/public/test/fakes/test_navigation_manager.h
index 812077a4bf06379aaebdc39fbebcdb0ab213f76f..68a8b752c29cb596ab2d12f9e1d732c206aca522 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.h
+++ b/ios/web/public/test/fakes/test_navigation_manager.h
@@ -40,6 +40,7 @@ class TestNavigationManager : public web::NavigationManager {
void GoToIndex(int index) override;
void Reload(bool check_for_reposts) override;
void OverrideDesktopUserAgentForNextPendingItem() override;
+ bool IsUsingDesktopUserAgent() const override;
// Setters for test data.
void SetLastCommittedItem(NavigationItem* item);

Powered by Google App Engine
This is Rietveld 408576698