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

Unified Diff: ios/web/public/navigation_item_list.h

Issue 2672953005: Updated ownership of NavigationItems within CRWSessionController. (Closed)
Patch Set: fix unittests 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_manager_storage_builder.mm ('k') | ios/web/public/navigation_item_list.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/navigation_item_list.h
diff --git a/ios/web/public/navigation_item_list.h b/ios/web/public/navigation_item_list.h
index c922a13ab7183eb57c809c57da9e7df4d3cc4964..ed8a28a3e8026335976f554688faec3f081d7564 100644
--- a/ios/web/public/navigation_item_list.h
+++ b/ios/web/public/navigation_item_list.h
@@ -19,11 +19,6 @@ typedef std::vector<NavigationItem*> NavigationItemList;
// Convenience typedef for a list of scoped NavigationItem pointers.
typedef std::vector<std::unique_ptr<NavigationItem>> ScopedNavigationItemList;
-// Returns a NavigationItemList populated with raw pointer values from
-// |scoped_list|.
-NavigationItemList CreateRawNavigationItemList(
- const ScopedNavigationItemList& scoped_list);
-
} // namespace web
#endif // IOS_WEB_PUBLIC_NAVIGATION_ITEM_LIST_H_
« no previous file with comments | « ios/web/navigation/navigation_manager_storage_builder.mm ('k') | ios/web/public/navigation_item_list.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698