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

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

Issue 16951015: Remove TextDatabase from the history service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_fts
Patch Set: Sync and rebase. Created 7 years, 5 months 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/history_tab_helper.cc ('k') | chrome/browser/history/history_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_types.h
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index 7fd12958efae6e7b2358569a42d57a048b0b2cef..f23a310aae70dd658dedae4ed527e1efaab12616 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -246,13 +246,6 @@ class VisitRow {
// If 0, the segment id is null in the table.
SegmentID segment_id;
- // True when this visit has indexed data for it. We try to keep this in sync
- // with the full text index: when we add or remove things from there, we will
- // update the visit table as well. However, that file could get deleted, or
- // out of sync in various ways, so this flag should be false when things
- // change.
- bool is_indexed;
-
// Record how much time a user has this visit starting from the user
// opened this visit to the user closed or ended this visit.
// This includes both active and inactive time as long as
@@ -460,10 +453,6 @@ struct QueryOptions {
// enough room. When 0, this will return everything (the default).
int max_count;
- // Only search within the page body if true, otherwise search all columns
- // including url and time. Defaults to false.
- bool body_only;
-
enum DuplicateHandling {
// Omit visits for which there is a more recent visit to the same URL.
// Each URL in the results will appear only once.
« no previous file with comments | « chrome/browser/history/history_tab_helper.cc ('k') | chrome/browser/history/history_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698