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

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

Issue 1435263003: [Android] Show document mode opt-out InfoBar on selected devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed isOptedInToDocumentMode Created 5 years, 1 month 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 979dd73179893aa46ee613910f0b6316890f9d8b..32cd662dc9c28be206e102812826bab0e2a15478 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12419,6 +12419,37 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="TabbedModeOptInInfoBar_Shown">
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when tabbed mode opt in promotion InfoBar for selected devices on
gone 2015/11/17 23:18:16 1) opt-in here and everywhere else. 2) All of thes
Kibeom Kim (inactive) 2015/11/20 11:44:15 Done.
+ Android is shown.
+ </description>
+</action>
+
+<action name="TabbedModeOptInInfoBar_UserDenied">
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when user denied tabbed mode opt in promotion InfoBar on Android.
+ </description>
+</action>
+
+<action name="TabbedModeOptInInfoBar_UserDismissed">
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when user dismissed tabbed mode opt in promotion InfoBar on
+ Android.
+ </description>
+</action>
+
+<action name="TabbedModeOptInInfoBar_UserOptIn">
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when user opted in on tabbed mode opt in promotion InfoBar on
+ Android.
+ </description>
+</action>
+
<action name="TaskManager">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698