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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: Minor fixes. Created 4 years, 1 month 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 2cb2f83c1c90d7437ff3c42d3f8f012f08d056ba..3f824a550ee1134ca6d8b1d1423d030983e274b2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74930,7 +74930,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="79" label="RFMF_GET_COOKIES_BAD_ORIGIN"/>
<int value="80" label="SWDH_GET_REGISTRATIONS_NO_HOST"/>
<int value="81" label="SWDH_GET_REGISTRATIONS_INVALID_ORIGIN"/>
- <int value="82" label="ARH_UNAUTHORIZED_URL"/>
+ <int value="82" label="AOAH_UNAUTHORIZED_URL"/>
<int value="83" label="BDH_INVALID_SERVICE_ID"/>
<int value="84" label="RFH_COMMIT_DESERIALIZATION_FAILED"/>
<int value="85" label="BDH_INVALID_CHARACTERISTIC_ID"/>
@@ -75007,6 +75007,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="154" label="SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_VALUE"/>
<int value="155" label="MDDH_INVALID_SUBSCRIPTION_REQUEST"/>
<int value="156" label="MDDH_INVALID_UNSUBSCRIPTION_REQUEST"/>
+ <int value="157" label="AOAH_NONSENSE_DEVICE_ID"/>
</enum>
<enum name="BadMessageReasonExtensions" type="int">

Powered by Google App Engine
This is Rietveld 408576698