Index: ios/web/navigation/navigation_manager_impl.h |
diff --git a/ios/web/navigation/navigation_manager_impl.h b/ios/web/navigation/navigation_manager_impl.h |
index 11663bd8a2d402c64e304fc04f87860d430cc48d..f304b4ddbb8b5eb002036a0ebeb8ef01bb6dc627 100644 |
--- a/ios/web/navigation/navigation_manager_impl.h |
+++ b/ios/web/navigation/navigation_manager_impl.h |
@@ -144,6 +144,7 @@ class NavigationManagerImpl : public NavigationManager { |
void GoToIndex(int index) override; |
void Reload(bool check_for_reposts) override; |
void OverrideDesktopUserAgentForNextPendingItem() override; |
+ bool IsUsingDesktopUserAgent() const override; |
// Returns the current list of transient url rewriters, passing ownership to |
// the caller. |