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

Unified Diff: ios/web/navigation/crw_session_controller_unittest.mm

Issue 2498483002: [ios] Removed goBack/goForward from CRWSessionController. (Closed)
Patch Set: Merged with origin/master Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_controller_unittest.mm
diff --git a/ios/web/navigation/crw_session_controller_unittest.mm b/ios/web/navigation/crw_session_controller_unittest.mm
index ef709f6c1dd32ac8bbec42545f39d91ea5367242..4a4f35e162bbfec174301f2c86930912ae7b24eb 100644
--- a/ios/web/navigation/crw_session_controller_unittest.mm
+++ b/ios/web/navigation/crw_session_controller_unittest.mm
@@ -585,6 +585,7 @@ TEST_F(CRWSessionControllerTest, EmptyController) {
EXPECT_FALSE([session_controller_ pendingEntry]);
EXPECT_EQ(-1, [session_controller_ pendingEntryIndex]);
EXPECT_EQ(-1, [session_controller_ indexOfEntryForDelta:0]);
+ EXPECT_EQ(nil, [session_controller_ currentEntry]);
}
// Tests going delta, including out of range cases.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698