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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aa24dd93a3078546bb5e9123861122a5157f05c4..47f2589b964f04cc22920bd4cfa9364481d39802 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44272,6 +44272,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">
@@ -50635,6 +50636,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>

Powered by Google App Engine
This is Rietveld 408576698