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

Unified Diff: components/browsing_data/core/browsing_data_utils.h

Issue 2963973002: Log basic/advanced tab action from java (Closed)
Patch Set: Add histogram Created 3 years, 6 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/browsing_data/core/browsing_data_utils.h
diff --git a/components/browsing_data/core/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
index 09d434fc0fdd89340fc18520c4e1abfeeaab0cfe..d97e68cd69dca8f0b338c70b12892144b72dd17b 100644
--- a/components/browsing_data/core/browsing_data_utils.h
+++ b/components/browsing_data/core/browsing_data_utils.h
@@ -54,9 +54,6 @@ void RecordDeletionForPeriod(TimePeriod time_period);
// Records the UMA action of a change of the clear browsing data time period.
void RecordTimePeriodChange(TimePeriod period);
-// Records the UMA action and histogram of a data deletion from |tab|.
-void RecordDeletionFromTab(ClearBrowsingDataTab tab);
-
// Constructs the text to be displayed by a counter from the given |result|.
// Currently this can only be used for counters for which the Result is
// defined in components/browsing_data/core/counters.
« no previous file with comments | « chrome/browser/android/browsing_data/browsing_data_bridge.cc ('k') | components/browsing_data/core/browsing_data_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698