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