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

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

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_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..0a60209048f29923202bc697b9ae444a3966d62a 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
@@ -45,10 +45,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