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 8e017a16d1c07f9676295ff1cfbb3f6e7b65e66b..c44b49864126e43468c09a7f2399941ec4a0285a 100644 |
--- a/ios/web/navigation/crw_session_controller.h |
+++ b/ios/web/navigation/crw_session_controller.h |
@@ -35,9 +35,6 @@ struct Referrer; |
// The index of the pending item if it is in |items|, or -1 if |pendingItem| |
// corresponds with a new navigation (created by addPendingItem:). |
@property(nonatomic, readwrite, assign) NSInteger pendingItemIndex; |
-// Indicates whether the page was opened by DOM (e.g. with |window.open| |
-// JavaScript call or by clicking a link with |_blank| target). |
-@property(nonatomic, readonly, getter=isOpenedByDOM) BOOL openedByDOM; |
@property(nonatomic, readonly, strong) |
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager; |