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

Unified Diff: components/security_interstitials/core/metrics_helper.cc

Issue 2623733002: Componentize SafeBrowsingBlockingPage for WebView use (Closed)
Patch Set: address comments from ntfischer Created 3 years, 11 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/security_interstitials/core/metrics_helper.cc
diff --git a/components/security_interstitials/core/metrics_helper.cc b/components/security_interstitials/core/metrics_helper.cc
index 2b9f51cf1c0d0c48833e12d90fa9d4ba4d74ccb0..5a061fca4c1ead5d1155318371193ee94b3975b6 100644
--- a/components/security_interstitials/core/metrics_helper.cc
+++ b/components/security_interstitials/core/metrics_helper.cc
@@ -167,6 +167,13 @@ int MetricsHelper::NumVisits() {
return num_visits_;
}
+void MetricsHelper::RecordExtraUserDecisionMetrics(Decision decision) {}
+
+void MetricsHelper::RecordExtraUserInteractionMetrics(Interaction interaction) {
+}
+
+void MetricsHelper::RecordExtraShutdownMetrics() {}
+
void MetricsHelper::OnGotHistoryCount(bool success,
int num_visits,
base::Time /*first_visit*/) {

Powered by Google App Engine
This is Rietveld 408576698