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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 12401 matching lines...) Expand 10 before | Expand all | Expand 10 after
12412 <action name="Tab_DropURLBetweenTabs"> 12412 <action name="Tab_DropURLBetweenTabs">
12413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12414 <description>Please enter the description of this user action.</description> 12414 <description>Please enter the description of this user action.</description>
12415 </action> 12415 </action>
12416 12416
12417 <action name="Tab_DropURLOnTab"> 12417 <action name="Tab_DropURLOnTab">
12418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12419 <description>Please enter the description of this user action.</description> 12419 <description>Please enter the description of this user action.</description>
12420 </action> 12420 </action>
12421 12421
12422 <action name="TabbdedModeOptInInfoBar_Shown">
gone 2015/11/12 21:41:33 Tabbded?
Kibeom Kim (inactive) 2015/11/17 11:49:49 Done.
12423 <owner>kkimlabs@chromium.org</owner>
12424 <description>
12425 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.
12426 Android is shown.
12427 </description>
12428 </action>
12429
12430 <action name="TabbdedModeOptInInfoBar_UserDismissed">
12431 <owner>kkimlabs@chromium.org</owner>
12432 <description>
12433 Recorded when user dismissed tabbed mode opt in promotion infobar on
12434 Android.
12435 </description>
12436 </action>
12437
12438 <action name="TabbdedModeOptInInfoBar_UserOptIn">
12439 <owner>kkimlabs@chromium.org</owner>
12440 <description>
12441 Recorded when user opted in on tabbed mode opt in promotion infobar on
12442 Android.
12443 </description>
12444 </action>
12445
12422 <action name="TaskManager"> 12446 <action name="TaskManager">
12423 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12447 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12424 <description>Please enter the description of this user action.</description> 12448 <description>Please enter the description of this user action.</description>
12425 </action> 12449 </action>
12426 12450
12427 <action name="Terminate_ProcessMismatch_CreateNewWidget"> 12451 <action name="Terminate_ProcessMismatch_CreateNewWidget">
12428 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12452 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12429 <description>Please enter the description of this user action.</description> 12453 <description>Please enter the description of this user action.</description>
12430 </action> 12454 </action>
12431 12455
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
13161 <action name="webapps.AddShortcut.Manifest"> 13185 <action name="webapps.AddShortcut.Manifest">
13162 <owner>mlamouri@chromium.org</owner> 13186 <owner>mlamouri@chromium.org</owner>
13163 <description> 13187 <description>
13164 Shortcut added to the homescreen with a valid Manifest. This action will be 13188 Shortcut added to the homescreen with a valid Manifest. This action will be
13165 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13189 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13166 to keep a trend of whether the webapp also add meta tags. 13190 to keep a trend of whether the webapp also add meta tags.
13167 </description> 13191 </description>
13168 </action> 13192 </action>
13169 13193
13170 </actions> 13194 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698