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

Unified Diff: ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm

Issue 2842443002: Create NavigationContext right after the navigation was started. (Closed)
Patch Set: Fixed tests Created 3 years, 7 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 | « ios/web/web_state/ui/crw_web_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm
diff --git a/ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm b/ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm
index eea2f4c5cc88002b59c80ca482a6f350bbe3c863..a2594fd920ab91ed60938c35f604831098f1b820 100644
--- a/ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm
+++ b/ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm
@@ -122,7 +122,7 @@ TEST_F(CRWWKNavigationStatesTest, NullNavigation) {
EXPECT_FALSE([states_ lastAddedNavigation]);
EXPECT_EQ(WKNavigationState::STARTED, [states_ lastAddedNavigationState]);
- // navigation_1 is the is the latest again after removing null navigation.
+ // navigation_1 is the latest again after removing null navigation.
[states_ removeNavigation:nil];
ASSERT_EQ(navigation1_, [states_ lastAddedNavigation]);
EXPECT_EQ(WKNavigationState::REQUESTED, [states_ lastAddedNavigationState]);
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698