| 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 0c536125a9e275f3d51d579c7c1ab49731e16813..ffc8a15615b6aa7f58acf7f9fae517848bcdfa72 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.h
|
| +++ b/ios/web/navigation/navigation_manager_impl.h
|
| @@ -105,6 +105,9 @@ class NavigationManagerImpl : public NavigationManager {
|
| NavigationInitiationType initiation_type,
|
| UserAgentOverrideOption user_agent_override_option);
|
|
|
| + // Commits the pending item, if any.
|
| + void CommitPendingItem();
|
| +
|
| // NavigationManager:
|
| BrowserState* GetBrowserState() const override;
|
| WebState* GetWebState() const override;
|
|
|