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

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

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Nits Created 3 years, 7 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/prefs/browser_prefs.cc ('k') | no next file » | 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 16304 matching lines...) Expand 10 before | Expand all | Expand 10 after
16315 <action name="Tray_Help"> 16315 <action name="Tray_Help">
16316 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16316 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16317 <description>Please enter the description of this user action.</description> 16317 <description>Please enter the description of this user action.</description>
16318 </action> 16318 </action>
16319 16319
16320 <action name="Tray_LockScreen"> 16320 <action name="Tray_LockScreen">
16321 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16321 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16322 <description>Please enter the description of this user action.</description> 16322 <description>Please enter the description of this user action.</description>
16323 </action> 16323 </action>
16324 16324
16325 <action name="Tray_NightLight">
16326 <owner>afakhry@chromium.org</owner>
16327 <description>
16328 User action to toggle the Night Light feature on/off.
Mark P 2017/05/08 23:18:09 optional nit: Everything here is a user action. P
afakhry 2017/05/09 00:06:30 I updated the comment.
16329 </description>
16330 </action>
16331
16325 <action name="Tray_Overview"> 16332 <action name="Tray_Overview">
16326 <owner>bruthig@chromium.org</owner> 16333 <owner>bruthig@chromium.org</owner>
16327 <owner>tdanderson@chromium.org</owner> 16334 <owner>tdanderson@chromium.org</owner>
16328 <description> 16335 <description>
16329 Records when the user presses the overview mode button in the Ash system 16336 Records when the user presses the overview mode button in the Ash system
16330 tray. Overview mode is a feature of Ash that shows thumbnails of all 16337 tray. Overview mode is a feature of Ash that shows thumbnails of all
16331 currently-open windows. 16338 currently-open windows.
16332 </description> 16339 </description>
16333 </action> 16340 </action>
16334 16341
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
16952 <action name="webapps.AddShortcut.Manifest"> 16959 <action name="webapps.AddShortcut.Manifest">
16953 <owner>mlamouri@chromium.org</owner> 16960 <owner>mlamouri@chromium.org</owner>
16954 <description> 16961 <description>
16955 Shortcut added to the homescreen with a valid Manifest. This action will be 16962 Shortcut added to the homescreen with a valid Manifest. This action will be
16956 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16957 to keep a trend of whether the webapp also add meta tags. 16964 to keep a trend of whether the webapp also add meta tags.
16958 </description> 16965 </description>
16959 </action> 16966 </action>
16960 16967
16961 </actions> 16968 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698