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

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: Eugene's comments 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 4f05a7432d5857471b96d94e6987f0b41d5c9263..f0637f3a181c987b2e145b7c3b3df226db5283ee 100644
--- a/ios/web/navigation/crw_serialized_navigation_manager.h
+++ b/ios/web/navigation/crw_serialized_navigation_manager.h
@@ -36,6 +36,10 @@ class NavigationManagerImpl;
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
@property(nonatomic, retain) XCallbackParameters* XCallbackParameters;
+// A dictionary of arbitrary serialized data added using
+// 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