diff options
Diffstat (limited to 'chrome/browser/history/history_backend.h')
-rw-r--r-- | chrome/browser/history/history_backend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h index 5418764..9466dd7 100644 --- a/chrome/browser/history/history_backend.h +++ b/chrome/browser/history/history_backend.h @@ -196,10 +196,12 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, // Request the |result_count| URLs and the chain of redirects // leading to each of these URLs, filterd and sorted based on the |filter|. + // If |debug| is enabled, additional data will be computed and provided. void QueryFilteredURLs( scoped_refptr<QueryFilteredURLsRequest> request, int result_count, - const history::VisitFilter& filter); + const history::VisitFilter& filter, + bool debug); // QueryMostVisitedURLs without the request. void QueryMostVisitedURLsImpl(int result_count, |