| 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 28cf33aa7398e576930ec01f6904499cfd94e845..a230bfe673fa1c88c1dc1a19d5121b894260b25f 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;
|
|
|
|
|