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

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

Issue 371933002: Add UMA for the new generic permisison class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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. 9 and description for each user action.
10 10
(...skipping 8232 matching lines...) Expand 10 before | Expand all | Expand 10 after
8243 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8243 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8244 <description>Please enter the description of this user action.</description> 8244 <description>Please enter the description of this user action.</description>
8245 </action> 8245 </action>
8246 8246
8247 <action name="Options_DefaultJavaScriptSettingChanged"> 8247 <action name="Options_DefaultJavaScriptSettingChanged">
8248 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8248 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8249 <description>Please enter the description of this user action.</description> 8249 <description>Please enter the description of this user action.</description>
8250 </action> 8250 </action>
8251 8251
8252 <action name="Options_DefaultMIDISysExSettingChanged"> 8252 <action name="Options_DefaultMIDISysExSettingChanged">
8253 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8253 <owner>toyoshim@chromium.org</owner>
8254 <description>Please enter the description of this user action.</description> 8254 <description>
8255 Triggers when the default decision for Midi SysEx permissions is changed.
8256 </description>
8255 </action> 8257 </action>
8256 8258
8257 <action name="Options_DefaultMediaStreamMicSettingChanged"> 8259 <action name="Options_DefaultMediaStreamMicSettingChanged">
8258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8260 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8259 <description>Please enter the description of this user action.</description> 8261 <description>Please enter the description of this user action.</description>
8260 </action> 8262 </action>
8261 8263
8262 <action name="Options_DefaultMediaStreamSettingChanged"> 8264 <action name="Options_DefaultMediaStreamSettingChanged">
8263 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8265 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8264 <description>Please enter the description of this user action.</description> 8266 <description>Please enter the description of this user action.</description>
(...skipping 17 matching lines...) Expand all
8282 <action name="Options_DefaultPluginsSettingChanged"> 8284 <action name="Options_DefaultPluginsSettingChanged">
8283 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8285 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8284 <description>Please enter the description of this user action.</description> 8286 <description>Please enter the description of this user action.</description>
8285 </action> 8287 </action>
8286 8288
8287 <action name="Options_DefaultPopupsSettingChanged"> 8289 <action name="Options_DefaultPopupsSettingChanged">
8288 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8290 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8289 <description>Please enter the description of this user action.</description> 8291 <description>Please enter the description of this user action.</description>
8290 </action> 8292 </action>
8291 8293
8294 <action name="Options_DefaultPushMessagingSettingChanged">
8295 <owner>miguelg@chromium.org</owner>
8296 <description>
8297 Triggers when the default decision for push message permissions is changed.
8298 </description>
8299 </action>
8300
8292 <action name="Options_DictionaryLanguage"> 8301 <action name="Options_DictionaryLanguage">
8293 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8302 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8294 <description>Please enter the description of this user action.</description> 8303 <description>Please enter the description of this user action.</description>
8295 </action> 8304 </action>
8296 8305
8297 <action name="Options_DisableCloudPrintProxy"> 8306 <action name="Options_DisableCloudPrintProxy">
8298 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8307 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8299 <description>Please enter the description of this user action.</description> 8308 <description>Please enter the description of this user action.</description>
8300 </action> 8309 </action>
8301 8310
(...skipping 3045 matching lines...) Expand 10 before | Expand all | Expand 10 after
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11356 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11348 <description>Please enter the description of this user action.</description> 11357 <description>Please enter the description of this user action.</description>
11349 </action> 11358 </action>
11350 11359
11351 <action name="webapps.AddShortcut.Bookmark"> 11360 <action name="webapps.AddShortcut.Bookmark">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11361 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11362 <description>Please enter the description of this user action.</description>
11354 </action> 11363 </action>
11355 11364
11356 </actions> 11365 </actions>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698