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

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: rebase 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_unittest.mm
diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
index aa231433f7be959d111d485fbd1f5a5bee87db38..a703114a1ded3d72739ba1a1b32c0d8f1294d7f9 100644
--- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
+++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
@@ -48,10 +48,8 @@ class NativeAppNavigationControllerTest : public ChromeWebTest {
protected:
void SetUp() override {
ChromeWebTest::SetUp();
- controller_.reset([[NativeAppNavigationController alloc]
- initWithWebState:web_state()
- requestContextGetter:GetBrowserState()->GetRequestContext()
- tab:nil]);
+ controller_.reset(
+ [[NativeAppNavigationController alloc] initWithWebState:web_state()]);
action_callback_ =
base::Bind(&NativeAppNavigationControllerTest::OnUserAction,

Powered by Google App Engine
This is Rietveld 408576698