Chromium Code Reviews| Index: chrome/tools/profiles/generate_profile.cc |
| =================================================================== |
| --- chrome/tools/profiles/generate_profile.cc (revision 19705) |
| +++ chrome/tools/profiles/generate_profile.cc (working copy) |
| @@ -152,7 +152,7 @@ |
| history_service->AddPage(url, |
| id_scope, page_id, |
| previous_url, transition, |
| - redirects); |
| + redirects, true); |
| ThumbnailScore score(0.75, false, false); |
| history_service->SetPageTitle(url, ConstructRandomTitle()); |
| if (!history_only) { |