| Index: ios/web/public/crw_navigation_manager_storage.h
|
| diff --git a/ios/web/public/crw_navigation_manager_storage.h b/ios/web/public/crw_navigation_manager_storage.h
|
| deleted file mode 100644
|
| index 7360c7d9897da809752d229f82e0f9b4144897a5..0000000000000000000000000000000000000000
|
| --- a/ios/web/public/crw_navigation_manager_storage.h
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef IOS_WEB_PUBLIC_CRW_NAVIGATION_MANAGER_STORAGE_H_
|
| -#define IOS_WEB_PUBLIC_CRW_NAVIGATION_MANAGER_STORAGE_H_
|
| -
|
| -#import <Foundation/Foundation.h>
|
| -
|
| -@class CRWSessionCertificatePolicyManager;
|
| -
|
| -// NSCoding-compliant class used to serialize NavigationManager's persisted
|
| -// properties.
|
| -// TODO(crbug.com/685388): Investigate using code from the sessions component.
|
| -@interface CRWNavigationManagerStorage : NSObject<NSCoding>
|
| -
|
| -@property(nonatomic, copy) NSString* tabID;
|
| -@property(nonatomic, copy) NSString* openerID;
|
| -@property(nonatomic, getter=isOpenedByDOM) BOOL openedByDOM;
|
| -@property(nonatomic, assign) NSInteger openerNavigationIndex;
|
| -@property(nonatomic, copy) NSString* windowName;
|
| -@property(nonatomic, assign) NSInteger currentNavigationIndex;
|
| -@property(nonatomic, assign) NSInteger previousNavigationIndex;
|
| -@property(nonatomic, assign) NSTimeInterval lastVisitedTimestamp;
|
| -@property(nonatomic, copy) NSArray* itemStorages;
|
| -@property(nonatomic, retain)
|
| - CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
|
| -
|
| -@end
|
| -
|
| -#endif // IOS_WEB_PUBLIC_CRW_NAVIGATION_MANAGER_STORAGE_H_
|
|
|