Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2640)

Unified Diff: chrome/browser/history/visit_database.h

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/text_database.cc ('k') | chrome/browser/history/visit_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/visit_database.h
===================================================================
--- chrome/browser/history/visit_database.h (revision 30836)
+++ chrome/browser/history/visit_database.h (working copy)
@@ -89,10 +89,9 @@
// that, the most recent |max_count| will be returned. If 0, all visits in the
// range will be computed.
//
- // When |most_recent_visit_only| is set, only one visit for each URL will be
- // returned, and it will be the most recent one in the time range.
+ // Only one visit for each URL will be returned, and it will be the most
+ // recent one in the time range.
void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time,
- bool most_recent_visit_only,
int max_count,
VisitVector* visits);
« no previous file with comments | « chrome/browser/history/text_database.cc ('k') | chrome/browser/history/visit_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698