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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2913633002: [vr] Clicking on the security icon should prompt the user to bail out of VR (Closed)
Patch Set: nit Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. 9 and description for each user action.
10 10
(...skipping 10781 matching lines...) Expand 10 before | Expand all | Expand 10 after
10792 <description>Page Info opened via the menu.</description> 10792 <description>Page Info opened via the menu.</description>
10793 </action> 10793 </action>
10794 10794
10795 <action name="MobileWebsiteSettingsOpenedFromToolbar"> 10795 <action name="MobileWebsiteSettingsOpenedFromToolbar">
10796 <owner>tedchoc@chromium.org</owner> 10796 <owner>tedchoc@chromium.org</owner>
10797 <description> 10797 <description>
10798 Page Info opened via the toolbar page info (i.e. https lock) icon. 10798 Page Info opened via the toolbar page info (i.e. https lock) icon.
10799 </description> 10799 </description>
10800 </action> 10800 </action>
10801 10801
10802 <action name="MobileWebsiteSettingsOpenedFromVR">
10803 <owner>ymalik@chromium.org</owner>
10804 <description>
10805 Page Info opened via the toolbar page info (i.e https icon) icon in VR.
Ilya Sherman 2017/06/06 05:40:49 nit: "i.e."
Ilya Sherman 2017/06/06 05:40:49 nit: Duplicate "icon"; please rephrase
ymalik 2017/06/06 15:19:59 Done.
ymalik 2017/06/06 15:19:59 Done.
10806 </description>
10807 </action>
10808
10802 <action name="MostVisited0"> 10809 <action name="MostVisited0">
10803 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10810 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10804 <description>Please enter the description of this user action.</description> 10811 <description>Please enter the description of this user action.</description>
10805 <obsolete>No longer recorded.</obsolete> 10812 <obsolete>No longer recorded.</obsolete>
10806 </action> 10813 </action>
10807 10814
10808 <action name="MostVisited1"> 10815 <action name="MostVisited1">
10809 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10816 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10810 <description>Please enter the description of this user action.</description> 10817 <description>Please enter the description of this user action.</description>
10811 <obsolete>No longer recorded.</obsolete> 10818 <obsolete>No longer recorded.</obsolete>
(...skipping 6625 matching lines...) Expand 10 before | Expand all | Expand 10 after
17437 <action name="webapps.AddShortcut.Manifest"> 17444 <action name="webapps.AddShortcut.Manifest">
17438 <owner>mlamouri@chromium.org</owner> 17445 <owner>mlamouri@chromium.org</owner>
17439 <description> 17446 <description>
17440 Shortcut added to the homescreen with a valid Manifest. This action will be 17447 Shortcut added to the homescreen with a valid Manifest. This action will be
17441 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17448 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17442 to keep a trend of whether the webapp also add meta tags. 17449 to keep a trend of whether the webapp also add meta tags.
17443 </description> 17450 </description>
17444 </action> 17451 </action>
17445 17452
17446 </actions> 17453 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698