| 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 61d453fa475693d7f4b6b11e867e3c4dc3822e77..934f6787c5e0e5d2f67d8118cbdc9c2a0da90cd2 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -36,7 +36,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;
|
| -@property(nonatomic, copy) NSString* windowName;
|
| // 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;
|
|
|