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

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

Issue 2720613005: Refactor serialisation of openerId & openerNavigationIndex. (Closed)
Patch Set: Fix CRWSessionController's initializer comment. Created 3 years, 10 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
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_window_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
index d02e65fd018170a64cb9f713a9b05ccf7c2f1d32..b7756706705f55815b186bb569ca82f0f0a3ab73 100644
--- a/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
+++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
@@ -22,7 +22,7 @@ class NativeAppNavigationUtilsTest : public web::WebTest {
// for setting up NavigationManager entries.
std::unique_ptr<web::WebStateImpl> web_state(
new web::WebStateImpl(GetBrowserState()));
- web_state->GetNavigationManagerImpl().InitializeSession(nil, nil, NO, 0);
+ web_state->GetNavigationManagerImpl().InitializeSession(nil, NO);
web_state->SetWebUsageEnabled(true);
web_state_.reset(web_state.release());
}
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_window_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698