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

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

Issue 586223002: Add new media request result MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_permission_helper.cc ('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 c3a8c7e65362e44720a3be7dffbc39d539a18229..f25a4dcd6a95c3a1d179c4a9c3b1e8648798c2a7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46264,6 +46264,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="9" label="Constraint Not Satisfied"/>
<int value="10" label="Track Start Failure"/>
<int value="11" label="Not Supported"/>
+ <int value="12" label="Failed due to shutdown"/>
</enum>
<enum name="MediaStreamRequestState" type="int">
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_permission_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698