| 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 180f850631f51db543c26c48264d0ce628c1e0cd..4b367ae48c3e22c183898bfdb1ac0cebed19d941 100644
|
| --- a/ios/web/navigation/crw_session_entry.h
|
| +++ b/ios/web/navigation/crw_session_entry.h
|
| @@ -63,8 +63,6 @@ extern NSString* const kSessionEntryUseDesktopUserAgentKey;
|
| // TODO(crbug.com/454984): Remove this class.
|
| @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;
|
|
|