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

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

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup + 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 10690 matching lines...) Expand 10 before | Expand all | Expand 10 after
10701 <action name="WebView.Guest.PluginLoadRequest"> 10701 <action name="WebView.Guest.PluginLoadRequest">
10702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10703 <description>Please enter the description of this user action.</description> 10703 <description>Please enter the description of this user action.</description>
10704 </action> 10704 </action>
10705 10705
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">
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>
10714 </action>
10715
10716 <action name="WebView.PermissionDeny.Geolocation">
10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10718 <description>Please enter the description of the metric.</description>
10719 </action>
10720
10711 <action name="WebView.Reload"> 10721 <action name="WebView.Reload">
10712 <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>
10713 <description>Please enter the description of this user action.</description> 10723 <description>Please enter the description of this user action.</description>
10714 </action> 10724 </action>
10715 10725
10716 <action name="WebView.Stop"> 10726 <action name="WebView.Stop">
10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10727 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10718 <description>Please enter the description of this user action.</description> 10728 <description>Please enter the description of this user action.</description>
10719 </action> 10729 </action>
10720 10730
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
10857 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10867 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10858 <description>Please enter the description of this user action.</description> 10868 <description>Please enter the description of this user action.</description>
10859 </action> 10869 </action>
10860 10870
10861 <action name="webapps.AddShortcut.Bookmark"> 10871 <action name="webapps.AddShortcut.Bookmark">
10862 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10872 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10863 <description>Please enter the description of this user action.</description> 10873 <description>Please enter the description of this user action.</description>
10864 </action> 10874 </action>
10865 10875
10866 </actions> 10876 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698