diff options
Diffstat (limited to 'chrome/browser/history/text_database.h')
-rw-r--r-- | chrome/browser/history/text_database.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/history/text_database.h b/chrome/browser/history/text_database.h index f04f8c0..4bcccd0 100644 --- a/chrome/browser/history/text_database.h +++ b/chrome/browser/history/text_database.h @@ -142,8 +142,6 @@ class TextDatabase { // Querying ------------------------------------------------------------------ // 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 appended to any existing ones in |*results|, and the first // time considered for the output is in |first_time_searched| |