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

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

Issue 2559463002: Record user action of screen orientation change (Closed)
Patch Set: Created 4 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 12445 matching lines...) Expand 10 before | Expand all | Expand 10 after
12456 <action name="Options_WhitelistedUser_Add"> 12456 <action name="Options_WhitelistedUser_Add">
12457 <owner>stevenjb@chromium.org</owner> 12457 <owner>stevenjb@chromium.org</owner>
12458 <description>Settings: Users: Add a whitelisted user</description> 12458 <description>Settings: Users: Add a whitelisted user</description>
12459 </action> 12459 </action>
12460 12460
12461 <action name="Options_WhitelistedUser_Remove"> 12461 <action name="Options_WhitelistedUser_Remove">
12462 <owner>stevenjb@chromium.org</owner> 12462 <owner>stevenjb@chromium.org</owner>
12463 <description>Settings: Users: Remove a whitelisted user</description> 12463 <description>Settings: Users: Remove a whitelisted user</description>
12464 </action> 12464 </action>
12465 12465
12466 <action name="OrientationChange">
12467 <owner>avayvod@chromium.org</owner>
12468 <owner>mlamouri@chromium.org</owner>
12469 <owner>zqzhang@chromium.org</owner>
12470 <description>
12471 The use rotates the device triggering a screen orientation change.
12472 </description>
12473 </action>
12474
12466 <action name="OriginChipPress"> 12475 <action name="OriginChipPress">
12467 <owner>macourteau@chromium.org</owner> 12476 <owner>macourteau@chromium.org</owner>
12468 <description>Please enter the description of this user action.</description> 12477 <description>Please enter the description of this user action.</description>
12469 <obsolete>This flag no longer exists.</obsolete> 12478 <obsolete>This flag no longer exists.</obsolete>
12470 </action> 12479 </action>
12471 12480
12472 <action name="OutdatedPluginInfobar.AllowThisTime"> 12481 <action name="OutdatedPluginInfobar.AllowThisTime">
12473 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12482 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12474 <description>Please enter the description of this user action.</description> 12483 <description>Please enter the description of this user action.</description>
12475 </action> 12484 </action>
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after
15988 <action name="webapps.AddShortcut.Manifest"> 15997 <action name="webapps.AddShortcut.Manifest">
15989 <owner>mlamouri@chromium.org</owner> 15998 <owner>mlamouri@chromium.org</owner>
15990 <description> 15999 <description>
15991 Shortcut added to the homescreen with a valid Manifest. This action will be 16000 Shortcut added to the homescreen with a valid Manifest. This action will be
15992 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16001 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15993 to keep a trend of whether the webapp also add meta tags. 16002 to keep a trend of whether the webapp also add meta tags.
15994 </description> 16003 </description>
15995 </action> 16004 </action>
15996 16005
15997 </actions> 16006 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698