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

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

Issue 2664113003: Moved serialization out of CRWSessionEntry. (Closed)
Patch Set: Eugene's comments Created 3 years, 11 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_storage_builder.h
diff --git a/ios/web/navigation/navigation_manager_storage_builder.h b/ios/web/navigation/navigation_manager_storage_builder.h
index 0934327154b1513f04185d8e000b58b0fe047fee..f979075a7ea9aa0f62d2da43aae06a3037098e28 100644
--- a/ios/web/navigation/navigation_manager_storage_builder.h
+++ b/ios/web/navigation/navigation_manager_storage_builder.h
@@ -17,7 +17,7 @@ class NavigationManagerImpl;
class NavigationManagerStorageBuilder {
public:
// Creates a serialized NavigationManager from |navigation_manager|.
- CRWNavigationManagerStorage* BuildSerialization(
+ CRWNavigationManagerStorage* BuildStorage(
NavigationManagerImpl* navigation_manager) const;
// Creates a NavigationManager from |navigation_manager_storage|.
std::unique_ptr<NavigationManagerImpl> BuildNavigationManagerImpl(
« no previous file with comments | « ios/web/navigation/navigation_item_storage_builder.mm ('k') | ios/web/navigation/navigation_manager_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698