Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: ios/web/navigation/navigation_manager_impl.h

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: test fix & removed include Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 56bd2474ff177974ba041a0bf3f0cc03601c5297..d7caa29befa25d1c106541e2f080ffcd21784163 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|

Powered by Google App Engine
This is Rietveld 408576698