Chromium Code Reviews| Index: components/history/core/browser/history_backend.h |
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h |
| index 51f95194fcd0f5ad6f75880ded5b3db38ab9864f..bacf27845afd715e51f275eb4f1db8d1ffc1a341 100644 |
| --- a/components/history/core/browser/history_backend.h |
| +++ b/components/history/core/browser/history_backend.h |
| @@ -274,6 +274,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
| bool debug, |
| FilteredURLList* result); |
| + // Statistics ---------------------------------------------------------------- |
| + |
| + // Count the number of URLs in the browsing history. |
|
msramek
2015/09/14 17:28:16
Please update the comment to explain that we're co
lwchkg
2015/09/15 14:27:08
Acknowledged.
|
| + HistoryCountResult GetHistoryCount(); |
| + |
| // Favicon ------------------------------------------------------------------- |
| void GetFavicons( |