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

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

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: line break for 80 columns 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 695085c474950ebe1f29eb75271400236da1724a..4f0e26fac126b9faa74f1e59441799199810eb6c 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
@@ -47,8 +47,7 @@ class NativeAppNavigationControllerTest : public ChromeWebTest {
ChromeWebTest::SetUp();
controller_.reset([[NativeAppNavigationController alloc]
initWithWebState:web_state()
- requestContextGetter:GetBrowserState()->GetRequestContext()
- tab:nil]);
+ requestContextGetter:GetBrowserState()->GetRequestContext()]);
action_callback_ =
base::Bind(&NativeAppNavigationControllerTest::OnUserAction,

Powered by Google App Engine
This is Rietveld 408576698