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

Unified Diff: chrome/browser/android/preferences/important_sites_util.h

Issue 2131113003: [ImportantStorage] Blacklisted reason metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/android/preferences/important_sites_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/important_sites_util.h
diff --git a/chrome/browser/android/preferences/important_sites_util.h b/chrome/browser/android/preferences/important_sites_util.h
index d174d3b687c8241d0b84c10a98cd9949af471fb7..5aae87d6a716e89a2df97070a9f7e6236f9a1663 100644
--- a/chrome/browser/android/preferences/important_sites_util.h
+++ b/chrome/browser/android/preferences/important_sites_util.h
@@ -28,6 +28,10 @@ class ImportantSitesUtil {
size_t max_results,
std::vector<GURL>* optional_example_origins);
+ static void RecordMetricsForBlacklistedSites(
+ Profile* profile,
+ std::vector<std::string> blacklisted_sites);
+
// This marks the given origin as important so we can test features that rely
// on important sites.
static void MarkOriginAsImportantForTesting(Profile* profile,
« no previous file with comments | « no previous file | chrome/browser/android/preferences/important_sites_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698