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

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

Issue 2862893002: 📰 Add visibility change triggers for bottom sheet content (Closed)
Patch Set: cleanup, support app switching 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: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index b9fc60b6889b2805fff636c1f0a158bac6442a8a..21f0a67fc999108855bfa13d89fe5945c485d66b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -15944,6 +15944,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>

Powered by Google App Engine
This is Rietveld 408576698