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

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

Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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:
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('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 717ca5d79b8bf96a1be5a04a2709221968515d69..cb19c583df6966f68174b71ef8bc3d9ac845abc4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44505,6 +44505,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="0" label="PERMISSION_UNKONWN"/>
<int value="1" label="PERMISSION_MIDI_SYSEX"/>
<int value="2" label="PERMISSION_PUSH_MESSAGING"/>
+ <int value="3" label="PERMISSION_NOTIFICATIONS"/>
</enum>
<enum name="PhotoEditorFileType" type="int">
@@ -50912,6 +50913,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram_suffixes name="PermissionActions">
<suffix name="MidiSysEx" label="Midi SysEx permsision actions"/>
<suffix name="PushMessaging" label="Push messaging permission actions"/>
+ <suffix name="Notifications" label="Notification permission actions"/>
<affected-histogram name="ContentSettings.PermissionActions"/>
</histogram_suffixes>
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698