summaryrefslogtreecommitdiff
path: root/chromium/components/feature_engagement/public/event_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/feature_engagement/public/event_constants.h')
-rw-r--r--chromium/components/feature_engagement/public/event_constants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/components/feature_engagement/public/event_constants.h b/chromium/components/feature_engagement/public/event_constants.h
index 559369911d1..a473aa0afa6 100644
--- a/chromium/components/feature_engagement/public/event_constants.h
+++ b/chromium/components/feature_engagement/public/event_constants.h
@@ -31,6 +31,12 @@ extern const char kReopenTabConditionsMet[];
// The user reopened a previously closed tab.
extern const char kTabReopened[];
+// A tab with playing media was sent to the background.
+extern const char kMediaBackgrounded[];
+
+// The user opened the Global Media Controls dialog.
+extern const char kGlobalMediaControlsOpened[];
+
// All the events declared below are the string names of deferred onboarding
// events for the Focus Mode feature.