| Index: ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| index 3beb9c660c178f06c38759c12078b444fbf27358..9ddac6599ed233c94cb347f5854701e80728928a 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h
|
| @@ -7,12 +7,6 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| -@class Tab;
|
| -
|
| -namespace net {
|
| -class URLRequestContextGetter;
|
| -} // namespace net
|
| -
|
| namespace web {
|
| class WebState;
|
| } // namespace web
|
| @@ -22,12 +16,8 @@ class WebState;
|
| // display.
|
| @interface NativeAppNavigationController : NSObject
|
|
|
| -// Designated initializer. The use of |tab| will be phased out in the future
|
| -// when all the information needed can be fulfilled by |webState|. Use this
|
| -// instead of -init.
|
| - (instancetype)initWithWebState:(web::WebState*)webState
|
| - requestContextGetter:(net::URLRequestContextGetter*)context
|
| - tab:(Tab*)tab NS_DESIGNATED_INITIALIZER;
|
| + NS_DESIGNATED_INITIALIZER;
|
|
|
| - (instancetype)init NS_UNAVAILABLE;
|
|
|
|
|