Index: chrome/test/perf/generate_profile.cc |
diff --git a/chrome/test/perf/generate_profile.cc b/chrome/test/perf/generate_profile.cc |
index 092d34d7fd858cc8569e845579a250fd1371fc88..55445928e688a20069c7068d8f22bd01c7514537 100644 |
--- a/chrome/test/perf/generate_profile.cc |
+++ b/chrome/test/perf/generate_profile.cc |
@@ -192,8 +192,6 @@ void InsertURLBatch(Profile* profile, |
transition, history::SOURCE_BROWSED, true); |
ThumbnailScore score(0.75, false, false); |
history_service->SetPageTitle(url, ConstructRandomTitle()); |
- if (types & FULL_TEXT) |
- history_service->SetPageContents(url, ConstructRandomPage()); |
if (types & TOP_SITES && top_sites) { |
top_sites->SetPageThumbnailToJPEGBytes( |
url, |