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

Unified Diff: content/browser/frame_host/navigation_entry_impl_unittest.cc

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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
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.
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | content/browser/frame_host/render_widget_host_view_child_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698