| Index: content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| index 1520c031a50a64ac69c377addf9f26fb664ee273..2d7fc1cd7d630dbac384a09e439bc650c59429d3 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -4943,7 +4943,7 @@ TEST_F(NavigationControllerTest, UnreachableURLGivesErrorPage) {
|
| controller_impl().RendererDidNavigate(main_test_rfh(), params, &details);
|
| EXPECT_EQ(PAGE_TYPE_ERROR,
|
| controller_impl().GetLastCommittedEntry()->GetPageType());
|
| - EXPECT_EQ(NAVIGATION_TYPE_IN_PAGE, details.type);
|
| + EXPECT_TRUE(details.is_in_page);
|
| }
|
| }
|
|
|
|
|