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

Unified Diff: ios/web/web_state/web_state_impl.mm

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
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_impl.mm
diff --git a/ios/web/web_state/web_state_impl.mm b/ios/web/web_state/web_state_impl.mm
index 24069a925013507a89154610679eb72527037887..b59d7ad635501c4898aa5f5b0b04320b260bd65f 100644
--- a/ios/web/web_state/web_state_impl.mm
+++ b/ios/web/web_state/web_state_impl.mm
@@ -654,7 +654,7 @@
CRWNavigationManagerStorage* WebStateImpl::BuildSerializedNavigationManager() {
NavigationManagerStorageBuilder session_storage_builder;
- return session_storage_builder.BuildSerialization(navigation_manager_.get());
+ return session_storage_builder.BuildStorage(navigation_manager_.get());
}
CRWJSInjectionReceiver* WebStateImpl::GetJSInjectionReceiver() const {
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698