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

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

Issue 356673003: Notification Provider API (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 | « extensions/common/permissions/api_permission.h ('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 ed36ee4f0fc824dde1900e60c4a0b6e0bf936c61..cf84ee672ccf2c2c3c69aa5b32edf3e874a2d951 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39370,6 +39370,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="851" label="EXPERIENCESAMPLINGPRIVATE_GETBROWSERINFO"/>
<int value="852" label="EASYUNLOCKPRIVATE_SEEKBLUETOOTHDEVICEBYADDRESS"/>
<int value="853" label="EASYUNLOCKPRIVATE_GETSTRINGS"/>
+ <int value="854" label="NOTIFICATIONPROVIDER_NOTIFYONCLEARED"/>
+ <int value="855" label="NOTIFICATIONPROVIDER_NOTIFYONCLICKED"/>
+ <int value="856" label="NOTIFICATIONPROVIDER_NOTIFYONBUTTONCLICKED"/>
+ <int value="857" label="NOTIFICATIONPROVIDER_NOTIFYONPERMISSIONLEVELCHANGED"/>
+ <int value="858" label="NOTIFICATIONPROVIDER_NOTIFYONSHOWSETTINGS"/>
+ <int value="859" label="NOTIFICATIONPROVIDER_GETNOTIFIER"/>
+ <int value="860" label="NOTIFICATIONPROVIDER_GETALLNOTIFIERS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/common/permissions/api_permission.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698