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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_utils.h

Issue 2594723002: Count number of origins with data affected by clearing "cookies and site data". (Closed)
Patch Set: small fixes Created 3 years, 9 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: chrome/browser/browsing_data/browsing_data_counter_utils.h
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.h b/chrome/browser/browsing_data/browsing_data_counter_utils.h
index da576dcd491babbef48e660ee936c4c0ecac06fa..a6a417b857ec13ef519e18d53e533315e7837bc7 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
@@ -12,6 +12,9 @@
// Whether the browsing data counters experiment is enabled.
bool AreCountersEnabled();
+// Whether the site data counter is enabled.
+bool IsSiteDataCounterEnabled();
+
// Constructs the text to be displayed by a counter from the given |result|.
base::string16 GetChromeCounterTextFromResult(
const browsing_data::BrowsingDataCounter::Result* result);

Powered by Google App Engine
This is Rietveld 408576698