diff options
Diffstat (limited to 'chrome/browser/history/text_database_manager.h')
-rw-r--r-- | chrome/browser/history/text_database_manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h index 2506835..7685135b 100644 --- a/chrome/browser/history/text_database_manager.h +++ b/chrome/browser/history/text_database_manager.h @@ -165,8 +165,6 @@ class TextDatabaseManager { void OptimizeChangedDatabases(const ChangeSet& change_set); // Executes the given query. See QueryOptions for more info on input. - // Note that the options.only_starred is ignored since this database does not - // have access to star information. // // The results are filled into |results|, and the first time considered for // the output is in |first_time_searched| (see QueryResults for more). |