Index: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc |
diff --git a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc |
index 42639d1a012db2b2d835de85f47848a00e97a071..135afbc748fe3a1809be3c82189e2464187112bc 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc |
+++ b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc |
@@ -320,7 +320,6 @@ class OmniboxViewTest : public InProcessBrowserTest, |
entry.visit_count, |
entry.typed_count, time, false, |
history::SOURCE_BROWSED); |
- history_service->SetPageContents(url, UTF8ToUTF16(entry.body)); |
if (entry.starred) |
bookmark_utils::AddIfNotBookmarked(bookmark_model, url, string16()); |
// Wait at least for the AddPageWithDetails() call to finish. |