Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_navigation_controller.h

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: fixed variable naming Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a343b9e9646691cf8945941ca7e9a081b9b6eb37..e97cf471f1375ca40ba5a065a93671a8769048fd 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
@@ -10,12 +10,6 @@
#import "ios/chrome/browser/native_app_launcher/native_app_navigation_controller_protocol.h"
#import "ios/web/public/web_state/crw_web_controller_observer.h"
-@class Tab;
-
-namespace net {
-class URLRequestContextGetter;
-} // namespace net
-
namespace web {
class WebState;
} // namespace web
@@ -26,12 +20,8 @@ class WebState;
@interface NativeAppNavigationController
: NSObject<CRWWebControllerObserver, NativeAppNavigationControllerProtocol>
-// 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;

Powered by Google App Engine
This is Rietveld 408576698