| Index: trunk/src/chrome/test/perf/generate_profile.cc
|
| ===================================================================
|
| --- trunk/src/chrome/test/perf/generate_profile.cc (revision 212472)
|
| +++ trunk/src/chrome/test/perf/generate_profile.cc (working copy)
|
| @@ -192,6 +192,8 @@
|
| 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,
|
|
|