Index: content/browser/frame_host/navigation_entry_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl_unittest.cc b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
index 274676dff55bd8374e0fbebcac8bba964195c1b9..3aec35872511a3ba4e09e69f43415d5fe4ef49f1 100644 |
--- a/content/browser/frame_host/navigation_entry_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
@@ -207,10 +207,6 @@ TEST_F(NavigationEntryTest, NavigationEntryAccessors) { |
entry2_->SetBrowserInitiatedPostData(post_data.get()); |
EXPECT_EQ(post_data->front(), |
entry2_->GetBrowserInitiatedPostData()->front()); |
- |
- // Frame to navigate. |
- EXPECT_TRUE(entry1_->GetFrameToNavigate().empty()); |
- EXPECT_TRUE(entry2_->GetFrameToNavigate().empty()); |
} |
// Test basic Clone behavior. |