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

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

Issue 2888383002: Stop source and fire MediaStreamTrack ended event if missing audio input callbacks are detected. (Closed)
Patch Set: Changing to post task instead of atomic operation since Atomic64 exists not on 32-bit platforms. Created 3 years, 7 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index f258ef1452aee155f317c97c5aa4ccb84e3bb067..4c5671034c3706e0941fad58660c4989eee31ee9 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2920,6 +2920,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="Migrated"/>
</enum>
+<enum name="BooleanMissingCallbacks" type="int">
+ <int value="0" label="No missing callbacks"/>
+ <int value="1" label="Had missing callbacks"/>
+</enum>
+
<enum name="BooleanMissingFromDiskCache" type="int">
<int value="0" label="Has data in disk cache"/>
<int value="1" label="Missing data in disk cache"/>

Powered by Google App Engine
This is Rietveld 408576698