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

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: show infobar also on native pages and fixed showing conditions 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..3a24ad5ccd254479d8f9947816794e2b8e999de0 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12419,6 +12419,30 @@ 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="TabbdedModeOptInInfoBar_Shown">
gone 2015/11/12 21:41:33 Tabbded?
Kibeom Kim (inactive) 2015/11/17 11:49:49 Done.
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when tabbed mode opt in promotion infobar for selected devices on
gone 2015/11/12 21:41:33 InfoBar.
Kibeom Kim (inactive) 2015/11/17 11:49:49 Done.
+ Android is shown.
+ </description>
+</action>
+
+<action name="TabbdedModeOptInInfoBar_UserDismissed">
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Recorded when user dismissed tabbed mode opt in promotion infobar on
+ Android.
+ </description>
+</action>
+
+<action name="TabbdedModeOptInInfoBar_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