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

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

Issue 2899873002: Add shown user actions for the search engine promo. (Closed)
Patch Set: 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/src/org/chromium/chrome/browser/locale/DefaultSearchEnginePromoDialog.java ('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..fa267dfe181a39ef61885addc1a0c278888def4f 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14454,6 +14454,44 @@ should be able to be added at any place in this file.
<description>User interacts with an answer card.</description>
</action>
+<action name="SearchEnginePromo.ExistingDevice.Shown.Dialog">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The Existing Device search engine promo screen was shown as a dialog.
+ </description>
+</action>
+
+<action name="SearchEnginePromo.ExistingDevice.Shown.FirstRun">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The Existing Device search engine promo screen was shown in the first run
+ experience.
+ </description>
+</action>
+
+<action name="SearchEnginePromo.NewDevice.Shown.Dialog">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The New Device search engine promo screen was shown as a dialog.
+ </description>
+</action>
+
+<action name="SearchEnginePromo.NewDevice.Shown.FirstRun">
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The New Device search engine promo screen was shown in the first run
+ experience.
+ </description>
+</action>
+
<action name="SearchEngine_ManualChange">
<owner>ianwen@chromium.org</owner>
<description>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/locale/DefaultSearchEnginePromoDialog.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698