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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2862893002: 📰 Add visibility change triggers for bottom sheet content (Closed)
Patch Set: Fix compilation post merge 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
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index ac512c12b379cde08635afe8031f4cbeb5e5106f..34449e5dde8c48df47f751f733b13203d8bd853a 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -16119,6 +16119,25 @@ should be able to be added at any place in this file.
<description>User removed a suggested site.</description>
</action>
+<action name="Suggestions.SurfaceFullyVisible">
+ <owner>finkm@chromium.org</owner>
+ <owner>dgn@chromium.org</owner>
+ <description>
+ ChromeHome: The Suggestion surface is loaded or brought in the foreground in
+ its fully visible state. In regular Chrome, MobileNTPShown is the
+ equivalent.
+ </description>
+</action>
+
+<action name="Suggestions.SurfaceHalfVisible">
+ <owner>finkm@chromium.org</owner>
+ <owner>dgn@chromium.org</owner>
+ <description>
+ ChromeHome: The Suggestion surface is loaded or brought in the foreground in
+ its half visible state. In regular Chrome, MobileNTPShown is the equivalent.
+ </description>
+</action>
+
<action name="Suggestions.SurfaceHidden">
<owner>finkm@chromium.org</owner>
<owner>dgn@chromium.org</owner>
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698