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

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

Issue 2690913003: Revert "Updated ownership of NavigationItems within CRWSessionController." (Closed)
Patch Set: Revert olivier's CLs 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/navigation_item_impl_list.h ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/navigation_item_impl_list.mm
diff --git a/ios/web/navigation/navigation_item_impl_list.mm b/ios/web/navigation/navigation_item_impl_list.mm
index 03d4c8728e48a566f45cf31cfdeebcc32aa09a51..22d58130ca3450eaa1c54e8980ecb1f407251cf1 100644
--- a/ios/web/navigation/navigation_item_impl_list.mm
+++ b/ios/web/navigation/navigation_item_impl_list.mm
@@ -19,13 +19,4 @@ ScopedNavigationItemImplList CreateScopedNavigationItemImplList(
return list;
}
-NavigationItemList CreateNavigationItemList(
- ScopedNavigationItemImplList& scoped_item_list) {
- NavigationItemList list(scoped_item_list.size());
- for (size_t index = 0; index < scoped_item_list.size(); ++index) {
- list[index] = scoped_item_list[index].get();
- }
- return list;
-}
-
} // namespace web
« no previous file with comments | « ios/web/navigation/navigation_item_impl_list.h ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698