| Index: content/browser/tab_contents/navigation_controller_unittest.cc
|
| diff --git a/content/browser/tab_contents/navigation_controller_unittest.cc b/content/browser/tab_contents/navigation_controller_unittest.cc
|
| index ddbc165791d19c3f48a18b40327404e5359b3117..ac963cfedeeed18851a6b48da7bdefd4aa7d4028 100644
|
| --- a/content/browser/tab_contents/navigation_controller_unittest.cc
|
| +++ b/content/browser/tab_contents/navigation_controller_unittest.cc
|
| @@ -613,8 +613,8 @@ TEST_F(NavigationControllerTest, Back_OtherBackPending) {
|
| // match the pending one.
|
| rvh()->SendNavigate(0, kUrl1);
|
|
|
| - // The navigation should not have affected the pending entry.
|
| - EXPECT_EQ(1, controller().pending_entry_index());
|
| + // The committed navigation should clear the pending entry.
|
| + EXPECT_EQ(-1, controller().pending_entry_index());
|
|
|
| // But the navigated entry should be the last committed.
|
| EXPECT_EQ(0, controller().last_committed_entry_index());
|
|
|