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

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

Issue 2737203002: Remove CRWSessionEntry. (Closed)
Patch Set: fix XCode-clang build 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
« no previous file with comments | « ios/web/navigation/navigation_item_impl.h ('k') | ios/web/navigation/navigation_item_impl_list.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.h
diff --git a/ios/web/navigation/navigation_item_impl_list.h b/ios/web/navigation/navigation_item_impl_list.h
index 432f37b9b38a5c9d521172df765e4e8122d72fcb..8db50010e15661b67bf20acbda9f611df58626be 100644
--- a/ios/web/navigation/navigation_item_impl_list.h
+++ b/ios/web/navigation/navigation_item_impl_list.h
@@ -24,6 +24,10 @@ typedef std::vector<std::unique_ptr<NavigationItemImpl>>
ScopedNavigationItemImplList CreateScopedNavigationItemImplList(
ScopedNavigationItemList scoped_item_list);
+// Creates a NavigationItemList from |scoped_item_list|.
+NavigationItemList CreateNavigationItemList(
+ const ScopedNavigationItemImplList& scoped_item_list);
+
} // namespace web
#endif // IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_LIST_H_
« no previous file with comments | « ios/web/navigation/navigation_item_impl.h ('k') | ios/web/navigation/navigation_item_impl_list.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698