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

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

Issue 776093004: Add device policy to disallow shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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. 9 and description for each user action.
10 10
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 <action name="Accel_Reload_F3"> 513 <action name="Accel_Reload_F3">
514 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 514 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
515 <description>Please enter the description of this user action.</description> 515 <description>Please enter the description of this user action.</description>
516 </action> 516 </action>
517 517
518 <action name="Accel_Reload_R"> 518 <action name="Accel_Reload_R">
519 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 519 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
520 <description>Please enter the description of this user action.</description> 520 <description>Please enter the description of this user action.</description>
521 </action> 521 </action>
522 522
523 <action name="Accel_Restart_PowerButton">
524 <owner>cschuet@chromium.org</owner>
525 <description>User restarted the device.</description>
526 </action>
527
523 <action name="Accel_Restore_Tab"> 528 <action name="Accel_Restore_Tab">
524 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 529 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
525 <description>Please enter the description of this user action.</description> 530 <description>Please enter the description of this user action.</description>
526 </action> 531 </action>
527 532
528 <action name="Accel_Rotate_Window"> 533 <action name="Accel_Rotate_Window">
529 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 534 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
530 <description>Please enter the description of this user action.</description> 535 <description>Please enter the description of this user action.</description>
531 </action> 536 </action>
532 537
(...skipping 11185 matching lines...) Expand 10 before | Expand all | Expand 10 after
11718 <action name="webapps.AddShortcut.Manifest"> 11723 <action name="webapps.AddShortcut.Manifest">
11719 <owner>mlamouri@chromium.org</owner> 11724 <owner>mlamouri@chromium.org</owner>
11720 <description> 11725 <description>
11721 Shortcut added to the homescreen with a valid Manifest. This action will be 11726 Shortcut added to the homescreen with a valid Manifest. This action will be
11722 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11727 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11723 to keep a trend of whether the webapp also add meta tags. 11728 to keep a trend of whether the webapp also add meta tags.
11724 </description> 11729 </description>
11725 </action> 11730 </action>
11726 11731
11727 </actions> 11732 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698