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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 769103002: Refactor ProtectedMediaIdentifierPermissionContext to derive from PermissionContextBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add #ifdef OS_CHROMEOS and clean-up includes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/media/protected_media_identifier_permission_context_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2dd3d98d05fd751176ab1467f50f5146d3a34688..675bc60c2868501f7815ec8085a6d30541771f11 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52752,6 +52752,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="PERMISSION_PUSH_MESSAGING"/>
<int value="3" label="PERMISSION_NOTIFICATIONS"/>
<int value="4" label="PERMISSION_GEOLOCATION"/>
+ <int value="5" label="PERMISSION_PROTECTED_MEDIA"/>
</enum>
<enum name="PhotoEditorFileType" type="int">
@@ -60570,6 +60571,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="PushMessaging" label="Push messaging permission actions"/>
<suffix name="Notifications" label="Notification permission actions"/>
<suffix name="Geolocation" label="Geolocation permission actions"/>
+ <suffix name="ProtectedMedia" label="Protected media permission actions"/>
<affected-histogram name="ContentSettings.PermissionActions"/>
<affected-histogram name="ContentSettings.PermissionActionsInsecureOrigin"/>
<affected-histogram name="ContentSettings.PermissionActionsSecureOrigin"/>
« no previous file with comments | « chrome/browser/media/protected_media_identifier_permission_context_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698