diff options
Diffstat (limited to 'chrome/browser/history/history_backend.h')
| -rw-r--r-- | chrome/browser/history/history_backend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h index 3a5cea3..54cbf29 100644 --- a/chrome/browser/history/history_backend.h +++ b/chrome/browser/history/history_backend.h @@ -162,6 +162,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, int result_count, int days_back); + // QueryMostVisitedURLs without the request. + void QueryMostVisitedURLsImpl(int result_count, + int days_back, + MostVisitedURLList* result); + // Computes the most recent URL(s) that the given canonical URL has // redirected to and returns true on success. There may be more than one // redirect in a row, so this function will fill the given array with the |
