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

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

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Exclude one test from mash 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
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 16299 matching lines...) Expand 10 before | Expand all | Expand 10 after
16310 <action name="Tray_Help"> 16310 <action name="Tray_Help">
16311 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16311 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16312 <description>Please enter the description of this user action.</description> 16312 <description>Please enter the description of this user action.</description>
16313 </action> 16313 </action>
16314 16314
16315 <action name="Tray_LockScreen"> 16315 <action name="Tray_LockScreen">
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_NightLight">
16321 <owner>afakhry@chromium.org</owner>
16322 <description>
16323 User action to toggle the Night Light feature on/off.
16324 </description>
16325 </action>
16326
16320 <action name="Tray_Overview"> 16327 <action name="Tray_Overview">
16321 <owner>bruthig@chromium.org</owner> 16328 <owner>bruthig@chromium.org</owner>
16322 <owner>tdanderson@chromium.org</owner> 16329 <owner>tdanderson@chromium.org</owner>
16323 <description> 16330 <description>
16324 Records when the user presses the overview mode button in the Ash system 16331 Records when the user presses the overview mode button in the Ash system
16325 tray. Overview mode is a feature of Ash that shows thumbnails of all 16332 tray. Overview mode is a feature of Ash that shows thumbnails of all
16326 currently-open windows. 16333 currently-open windows.
16327 </description> 16334 </description>
16328 </action> 16335 </action>
16329 16336
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
16947 <action name="webapps.AddShortcut.Manifest"> 16954 <action name="webapps.AddShortcut.Manifest">
16948 <owner>mlamouri@chromium.org</owner> 16955 <owner>mlamouri@chromium.org</owner>
16949 <description> 16956 <description>
16950 Shortcut added to the homescreen with a valid Manifest. This action will be 16957 Shortcut added to the homescreen with a valid Manifest. This action will be
16951 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16958 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16952 to keep a trend of whether the webapp also add meta tags. 16959 to keep a trend of whether the webapp also add meta tags.
16953 </description> 16960 </description>
16954 </action> 16961 </action>
16955 16962
16956 </actions> 16963 </actions>
OLDNEW
« chrome/browser/prefs/browser_prefs.cc ('K') | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698