| 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 a059c1d0e3c19f4421442ccc06de66ddcc44dd38..a87b7b08ab0dc9f62d192773682d73d4bd1bef9f 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.mm
|
| +++ b/ios/web/navigation/navigation_manager_impl.mm
|
| @@ -339,6 +339,9 @@ bool AreURLsInPageNavigation(const GURL& existing_url, const GURL& new_url) {
|
|
|
| void NavigationManagerImpl::Reload(ReloadType reload_type,
|
| bool check_for_reposts) {
|
| + if (!GetTransientItem() && !GetPendingItem() && !GetLastCommittedItem())
|
| + return;
|
| +
|
| delegate_->Reload();
|
| }
|
|
|
|
|