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

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

Issue 584383002: Stricter default RequestMediaAccessPermission and CheckMediaAccessPermission implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New result for not supported. Created 6 years, 3 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 0c722c234469ee92bdb5811c4b71cf15d8b84949..142db881809382f7c6da90c810973a6c655f5cee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46227,6 +46227,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="8" label="Capture Failure"/>
<int value="9" label="Constraint Not Satisfied"/>
<int value="10" label="Track Start Failure"/>
+ <int value="11" label="Not Supported"/>
</enum>
<enum name="MediaStreamRequestState" type="int">

Powered by Google App Engine
This is Rietveld 408576698