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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 7434c4162538691c411bb6ce78374657df197655..e780c04f42fc7f067bda95a17b54e905ec8e4962 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -10713,11 +10713,21 @@ should be able to be added at any place in this file.
<description>Please enter the description of the metric.</description>
</action>
+<action name="WebView.PermissionAllow.Media">
+ <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.
+ <description>Please enter the description of the metric.</description>
+</action>
+
<action name="WebView.PermissionDeny.Geolocation">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of the metric.</description>
</action>
+<action name="WebView.PermissionDeny.Media">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <description>Please enter the description of the metric.</description>
+</action>
+
<action name="WebView.Reload">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698