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

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

Issue 2899413004: RL: Stop source and fire MediaStreamTrack ended event if missing audio input callbacks are detected. (Closed)
Patch Set: Only stop timer if created. (We can Stop() without Start()ed.) 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
« no previous file with comments | « media/audio/audio_input_device.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 76549eff70b82671bce02b7b0303a4a85bbe7804..453cfd725eb0f3e0559c3e94209b38b01984778c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2922,6 +2922,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"/>
« no previous file with comments | « media/audio/audio_input_device.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698