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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_metrics.h

Issue 2639553002: Track active notifications in Java (Closed)
Patch Set: FindBugs 2 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
« no previous file with comments | « chrome/browser/android/ntp/content_suggestions_notifier_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ntp_snippets/ntp_snippets_metrics.h
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_metrics.h b/chrome/browser/ntp_snippets/ntp_snippets_metrics.h
index de37765c2c3e880b40eccf5b54f23ad29a5be0af..10c36b818fa31d47820958dfcc6573d87d797398 100644
--- a/chrome/browser/ntp_snippets/ntp_snippets_metrics.h
+++ b/chrome/browser/ntp_snippets/ntp_snippets_metrics.h
@@ -12,6 +12,7 @@ enum ContentSuggestionsNotificationImpression {
MAX_CONTENT_SUGGESTIONS_NOTIFICATION_IMPRESSION
};
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.ntp.snippets
enum ContentSuggestionsNotificationAction {
CONTENT_SUGGESTIONS_TAP = 0, // User tapped notification to open article.
CONTENT_SUGGESTIONS_DISMISSAL, // User swiped notification to dismiss it.
« no previous file with comments | « chrome/browser/android/ntp/content_suggestions_notifier_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698