Chromium Code Reviews

Unified Diff: chrome/browser/possible_url_model.cc

Issue 341087: Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/history/visit_database_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_,
« no previous file with comments | « chrome/browser/history/visit_database_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine