Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: components/history/core/browser/history_backend.h

Issue 1248613003: Issue 501916 : Add data type counts to profile deletion flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First draft Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 78de7d47ccc0bb412d06581c09375e9b91972d02..b46fca174dd5e7f5aa59c7ad832a2b5cc62a4970 100644
--- a/components/history/core/browser/history_backend.h
+++ b/components/history/core/browser/history_backend.h
@@ -268,6 +268,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
bool debug,
FilteredURLList* result);
+ // Statistics ----------------------------------------------------------------
+
+ // Count the number of URLs in the browsing history
+ int CountURLs();
+
// Favicon -------------------------------------------------------------------
void GetFavicons(

Powered by Google App Engine
This is Rietveld 408576698