| 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 da2ae03a14d715f438312e472af75142eecc141b..fa8b7ff3eec0d2c7ccc8d6031ab9b31d4ca14b74 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.mm
|
| +++ b/ios/web/navigation/navigation_manager_impl.mm
|
| @@ -179,7 +179,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();
|
|
|