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

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

Issue 1361173005: Created SerializedUserDataManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serialized_navigation_manager
Patch Set: Created 5 years, 3 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/crw_serialized_navigation_manager.h
diff --git a/ios/web/navigation/crw_serialized_navigation_manager.h b/ios/web/navigation/crw_serialized_navigation_manager.h
index 100c2ac59b7b2fff033c0aa1b1b6f3841aa8170d..dd7d36edc3b024b266751ed8b2627a702eb8b664 100644
--- a/ios/web/navigation/crw_serialized_navigation_manager.h
+++ b/ios/web/navigation/crw_serialized_navigation_manager.h
@@ -34,6 +34,10 @@ class NavigationManagerImpl;
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
@property(nonatomic, retain) XCallbackParameters* xCallbackParameters;
+// Dictionary of arbitrary serialized data added using
Eugene But (OOO till 7-30) 2015/09/24 17:05:06 NIT: maybe "A dictionary"?
kkhorimoto 2015/09/24 21:24:29 Done.
+// SerializedUserDataManager.
+@property(nonatomic, copy) NSDictionary* serializedUserData;
+
@end
#endif // IOS_WEB_NAVIGATION_CRW_SERIALIZED_NAVIGATION_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698