Index: chrome/test/perf/generate_profile.cc |
diff --git a/chrome/test/perf/generate_profile.cc b/chrome/test/perf/generate_profile.cc |
index c8df76205bac2c8ef9fb2aa05feb15a17affab34..573d6746da69b8f2242f42774c472855474d7adf 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, |