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

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

Issue 27635002: Content settings for <audio> and <video>. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix. 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
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 8236 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>Please list the metric's owners. Add more owner tags as needed.</owner>
8254 <description>Please enter the description of this user action.</description> 8254 <description>Please enter the description of this user action.</description>
8255 </action> 8255 </action>
8256 8256
8257 <action name="Options_DefaultMediaSettingChanged">
8258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8259 <description>Please enter the description of the metric.</description>
8260 </action>
8261
8257 <action name="Options_DefaultMediaStreamMicSettingChanged"> 8262 <action name="Options_DefaultMediaStreamMicSettingChanged">
8258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8263 <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> 8264 <description>Please enter the description of this user action.</description>
8260 </action> 8265 </action>
8261 8266
8262 <action name="Options_DefaultMediaStreamSettingChanged"> 8267 <action name="Options_DefaultMediaStreamSettingChanged">
8263 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8268 <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> 8269 <description>Please enter the description of this user action.</description>
8265 </action> 8270 </action>
8266 8271
(...skipping 3055 matching lines...) Expand 10 before | Expand all | Expand 10 after
11322 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11327 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11323 <description>Please enter the description of this user action.</description> 11328 <description>Please enter the description of this user action.</description>
11324 </action> 11329 </action>
11325 11330
11326 <action name="webapps.AddShortcut.Bookmark"> 11331 <action name="webapps.AddShortcut.Bookmark">
11327 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11332 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11328 <description>Please enter the description of this user action.</description> 11333 <description>Please enter the description of this user action.</description>
11329 </action> 11334 </action>
11330 11335
11331 </actions> 11336 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698