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

Unified Diff: ios/web/navigation/navigation_manager_impl.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/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.

Powered by Google App Engine
This is Rietveld 408576698