| Index: ios/web/navigation/crw_session_entry.h
|
| diff --git a/ios/web/navigation/crw_session_entry.h b/ios/web/navigation/crw_session_entry.h
|
| index 835a086076909efa7586e70d85ec97d55b10856c..f76a5061db98f0edf809fcf7991aefad3f5d338e 100644
|
| --- a/ios/web/navigation/crw_session_entry.h
|
| +++ b/ios/web/navigation/crw_session_entry.h
|
| @@ -61,8 +61,6 @@ extern NSString* const kSessionEntryUseDesktopUserAgentKey;
|
| // TODO(rohitrao): Fold CRWSessionEntry's logic into NavigationItem.
|
| @interface CRWSessionEntry : NSObject<NSCoding, NSCopying>
|
|
|
| -@property(nonatomic, readonly) const GURL& originalUrl;
|
| -
|
| // Pointer to the NavigationItem associated with this CRWSessionEntry.
|
| // Eventually, this will replace CRWSessionEntry entirely.
|
| @property(nonatomic, readonly) web::NavigationItem* navigationItem;
|
|
|