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

Unified Diff: components/ntp_snippets/content_suggestions_metrics.h

Issue 2846233003: 📰 Record user actions on the NTP and Home sheet (Closed)
Patch Set: Ready for actual review Created 3 years, 7 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/ntp_snippets/content_suggestions_metrics.h
diff --git a/components/ntp_snippets/content_suggestions_metrics.h b/components/ntp_snippets/content_suggestions_metrics.h
index a2f04e5668d1772b08f3e72f094205092102058d..5256e36fb195eeb0714886f1dd8dc2a890128e26 100644
--- a/components/ntp_snippets/content_suggestions_metrics.h
+++ b/components/ntp_snippets/content_suggestions_metrics.h
@@ -60,6 +60,11 @@ void OnCategoryDismissed(Category category);
void RecordRemoteSuggestionsProviderState(bool enabled);
+// User Actions
Marc Treib 2017/05/05 16:05:39 nit: I'd remove the comment - these are not the on
dgn 2017/05/08 12:40:50 Done.
+void RecordContentSuggestionDismissed();
+void RecordCategoryDismissed();
+void RecordFetchAction();
+
} // namespace metrics
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698