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

Unified Diff: components/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. Created 3 years, 4 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/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java
diff --git a/components/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java b/components/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java
index ab843e2cb2964cbb17c029639d47e6327d46d5f4..ac441582a48a05489864736054c71eec9d76e899 100644
--- a/components/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java
+++ b/components/feature_engagement/public/android/java/src/org/chromium/components/feature_engagement/EventConstants.java
@@ -60,6 +60,11 @@ public final class EventConstants {
*/
public static final String DATA_SAVER_DETAIL_OPENED = "data_saver_overview_opened";
+ /**
+ * The download button for a media element was displayed.
+ */
+ public static final String MEDIA_DOWNLOAD_BUTTON_DISPLAYED = "media_download_button_displayed";
+
/**
* Do not instantiate.
*/

Powered by Google App Engine
This is Rietveld 408576698