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

Unified Diff: chrome/browser/history/expire_history_backend_unittest.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. 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/extensions/extension_history_api.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/expire_history_backend_unittest.cc
===================================================================
--- chrome/browser/history/expire_history_backend_unittest.cc (revision 30836)
+++ chrome/browser/history/expire_history_backend_unittest.cc (working copy)
@@ -274,10 +274,9 @@
if (!text_db_.get())
return 0;
- // "body" should match all pagesx in the example data.
+ // "body" should match all pages in the example data.
std::vector<TextDatabase::Match> results;
QueryOptions options;
- options.most_recent_visit_only = false;
Time first_time;
text_db_->GetTextMatches(L"body", options, &results, &first_time);
« no previous file with comments | « chrome/browser/extensions/extension_history_api.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698