| 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 88dd32e0f450a2c6ecbbe0a8887741ca4a70d939..c110148128b6981fce91f55fd6ce468fc1567ff5 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.
|
|
|