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..a28f46121313f37a4ff452b48ce779abc329e77d 100644 |
--- a/chrome/browser/android/preferences/important_sites_util.h |
+++ b/chrome/browser/android/preferences/important_sites_util.h |
@@ -28,6 +28,9 @@ 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, |