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

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

Issue 1932903002: Add a flag for experimental native cups support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added metrics for the flag. Created 4 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/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 <action name="AboutFlags_enable-nacl-debug"> 172 <action name="AboutFlags_enable-nacl-debug">
173 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 173 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
174 <description>Please enter the description of this user action.</description> 174 <description>Please enter the description of this user action.</description>
175 </action> 175 </action>
176 176
177 <action name="AboutFlags_enable-nacl-exception-handling"> 177 <action name="AboutFlags_enable-nacl-exception-handling">
178 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 178 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
179 <description>Please enter the description of this user action.</description> 179 <description>Please enter the description of this user action.</description>
180 </action> 180 </action>
181 181
182 <action name="AboutFlags_enable-native-cups">
183 <owner>skau@chromium.org</owner>
184 <description>
185 Records if native cups printing is enabled in chrome://flags
186 </description>
187 </action>
188
182 <action name="AboutFlags_enable-pnacl"> 189 <action name="AboutFlags_enable-pnacl">
183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 190 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
184 <description>Please enter the description of this user action.</description> 191 <description>Please enter the description of this user action.</description>
185 </action> 192 </action>
186 193
187 <action name="AboutFlags_enable-pointer-events"> 194 <action name="AboutFlags_enable-pointer-events">
188 <owner>nzolghadr@chromium.org</owner> 195 <owner>nzolghadr@chromium.org</owner>
189 <description> 196 <description>
190 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags. 197 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags.
191 </description> 198 </description>
(...skipping 14215 matching lines...) Expand 10 before | Expand all | Expand 10 after
14407 <action name="webapps.AddShortcut.Manifest"> 14414 <action name="webapps.AddShortcut.Manifest">
14408 <owner>mlamouri@chromium.org</owner> 14415 <owner>mlamouri@chromium.org</owner>
14409 <description> 14416 <description>
14410 Shortcut added to the homescreen with a valid Manifest. This action will be 14417 Shortcut added to the homescreen with a valid Manifest. This action will be
14411 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14418 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14412 to keep a trend of whether the webapp also add meta tags. 14419 to keep a trend of whether the webapp also add meta tags.
14413 </description> 14420 </description>
14414 </action> 14421 </action>
14415 14422
14416 </actions> 14423 </actions>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698