| Index: ios/web/navigation/navigation_manager_impl.mm
|
| diff --git a/ios/web/navigation/navigation_manager_impl.mm b/ios/web/navigation/navigation_manager_impl.mm
|
| index 1d20a08994d9ee019ba16035ff493398a2f67b39..be7070d3e7ab57e06d6ae54eaf624866bcad806f 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.mm
|
| +++ b/ios/web/navigation/navigation_manager_impl.mm
|
| @@ -192,7 +192,8 @@ bool AreURLsInPageNavigation(const GURL& existing_url, const GURL& new_url) {
|
| [session_controller_ addPendingItem:url
|
| referrer:referrer
|
| transition:navigation_type
|
| - initiationType:initiation_type];
|
| + initiationType:initiation_type
|
| + userAgentOverrideOption:user_agent_override_option];
|
|
|
| // Set the user agent type for web URLs.
|
| NavigationItem* pending_item = GetPendingItem();
|
|
|