| 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 077849a439996514c6b0c5b049470edae14ca936..6a8182e046d42d3b3a38b1b8e5d700834ab2c178 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.h
|
| +++ b/ios/web/navigation/navigation_manager_impl.h
|
| @@ -67,9 +67,8 @@ class NavigationManagerImpl : public NavigationManager {
|
| // logic into it.
|
| void SetSessionController(CRWSessionController* session_controller);
|
|
|
| - // Initializes a new session history. |opened_by_dom| is YES if the page was
|
| - // opened by DOM.
|
| - void InitializeSession(BOOL opened_by_dom);
|
| + // Initializes a new session history.
|
| + void InitializeSession();
|
|
|
| // Replace the session history with a new one, where |items| is the
|
| // complete set of navigation items in the new history, and |current_index|
|
|
|