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

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

Issue 235733002: <webview>: Move media request to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_geolocation_to_chrome
Patch Set: Updated UMA Created 6 years, 8 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 10695 matching lines...) Expand 10 before | Expand all | Expand 10 after
10706 <action name="WebView.Guest.Terminate"> 10706 <action name="WebView.Guest.Terminate">
10707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10708 <description>Please enter the description of this user action.</description> 10708 <description>Please enter the description of this user action.</description>
10709 </action> 10709 </action>
10710 10710
10711 <action name="WebView.PermissionAllow.Geolocation"> 10711 <action name="WebView.PermissionAllow.Geolocation">
10712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10713 <description>Please enter the description of the metric.</description> 10713 <description>Please enter the description of the metric.</description>
10714 </action> 10714 </action>
10715 10715
10716 <action name="WebView.PermissionAllow.Media">
10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
lazyboy 2014/04/11 20:13:20 You should fill these in.
Fady Samuel 2014/04/11 21:52:31 Done.
10718 <description>Please enter the description of the metric.</description>
10719 </action>
10720
10716 <action name="WebView.PermissionDeny.Geolocation"> 10721 <action name="WebView.PermissionDeny.Geolocation">
10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10718 <description>Please enter the description of the metric.</description> 10723 <description>Please enter the description of the metric.</description>
10719 </action> 10724 </action>
10720 10725
10726 <action name="WebView.PermissionDeny.Media">
10727 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10728 <description>Please enter the description of the metric.</description>
10729 </action>
10730
10721 <action name="WebView.Reload"> 10731 <action name="WebView.Reload">
10722 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10732 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10723 <description>Please enter the description of this user action.</description> 10733 <description>Please enter the description of this user action.</description>
10724 </action> 10734 </action>
10725 10735
10726 <action name="WebView.Stop"> 10736 <action name="WebView.Stop">
10727 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10737 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10728 <description>Please enter the description of this user action.</description> 10738 <description>Please enter the description of this user action.</description>
10729 </action> 10739 </action>
10730 10740
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
10867 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10877 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10868 <description>Please enter the description of this user action.</description> 10878 <description>Please enter the description of this user action.</description>
10869 </action> 10879 </action>
10870 10880
10871 <action name="webapps.AddShortcut.Bookmark"> 10881 <action name="webapps.AddShortcut.Bookmark">
10872 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10882 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10873 <description>Please enter the description of this user action.</description> 10883 <description>Please enter the description of this user action.</description>
10874 </action> 10884 </action>
10875 10885
10876 </actions> 10886 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698