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

Unified Diff: ios/web/navigation/session_storage_builder.mm

Issue 2693523003: Moved TabID implementation to SerializableUserData. (Closed)
Patch Set: fix compile Created 3 years, 10 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
« no previous file with comments | « ios/web/navigation/serializable_user_data_manager_impl.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/session_storage_builder.mm
diff --git a/ios/web/navigation/session_storage_builder.mm b/ios/web/navigation/session_storage_builder.mm
index ca9c3b17a752ea3f31ff7b56e56f8f51175ee2c6..e2dcc4327a72245c3bde911313b39048be62c750 100644
--- a/ios/web/navigation/session_storage_builder.mm
+++ b/ios/web/navigation/session_storage_builder.mm
@@ -42,7 +42,6 @@ @interface CRWSessionController (ExposedForSerialization)
[[CRWSessionStorage alloc] init];
CRWSessionController* session_controller =
navigation_manager->GetSessionController();
- serialized_navigation_manager.tabID = session_controller.tabId;
serialized_navigation_manager.openerID = session_controller.openerId;
serialized_navigation_manager.openedByDOM = session_controller.openedByDOM;
serialized_navigation_manager.openerNavigationIndex =
@@ -89,7 +88,6 @@ @interface CRWSessionController (ExposedForSerialization)
[[CRWSessionController alloc] initWithNavigationItems:std::move(items)
currentIndex:current_index
browserState:nullptr]);
- [session_controller setTabId:storage.tabID];
[session_controller setOpenerId:storage.openerID];
[session_controller setOpenedByDOM:storage.openedByDOM];
[session_controller setOpenerNavigationIndex:storage.openerNavigationIndex];
« no previous file with comments | « ios/web/navigation/serializable_user_data_manager_impl.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698