Chromium Code Reviews| Index: chrome/browser/possible_url_model.cc | 
| =================================================================== | 
| --- chrome/browser/possible_url_model.cc (revision 30836) | 
| +++ chrome/browser/possible_url_model.cc (working copy) | 
| @@ -47,7 +47,6 @@ | 
| options.end_time = Time::Now(); | 
| options.begin_time = | 
| options.end_time - TimeDelta::FromDays(kPossibleURLTimeScope); | 
| - options.most_recent_visit_only = true; | 
| options.max_count = 50; | 
| hs->QueryHistory(std::wstring(), options, &consumer_, |