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

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

Issue 2460153002: Removed xCallbackParameters from CRWSessionController class. (Closed)
Patch Set: . Created 4 years, 2 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 | « no previous file | ios/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_controller.h
diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
index 3e6b98a1edf1649af7029e26d7419729b4fe325e..ae05cf927e4d117556996670605ad49387ac1ecf 100644
--- a/ios/web/navigation/crw_session_controller.h
+++ b/ios/web/navigation/crw_session_controller.h
@@ -13,7 +13,6 @@
@class CRWSessionEntry;
@class CRWSessionCertificatePolicyManager;
-@class XCallbackParameters;
namespace web {
class NavigationManagerImpl;
@@ -54,7 +53,6 @@ struct SSLStatus;
@property(nonatomic, assign) NSTimeInterval lastVisitedTimestamp;
@property(nonatomic, readonly, copy) NSString* openerId;
@property(nonatomic, readonly, assign) NSInteger openerNavigationIndex;
-@property(nonatomic, strong) XCallbackParameters* xCallbackParameters;
// CRWSessionController doesn't have public constructors. New
// CRWSessionControllers are created by deserialization, or via a
« no previous file with comments | « no previous file | ios/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698