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

Unified Diff: webrtc/modules/audio_device/dummy/audio_device_dummy.h

Issue 2103863004: UMA log for audio_device Init and Start(Playout|Recording). Make Init return a more specific error … (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rename variable. Created 4 years, 6 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:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_device/dummy/audio_device_dummy.h
diff --git a/webrtc/modules/audio_device/dummy/audio_device_dummy.h b/webrtc/modules/audio_device/dummy/audio_device_dummy.h
index 75c599e69d7fb9f191904e2ac28862c4005e7705..72a0eb1ac94cd04d5ce1f21de5a44392706176df 100644
--- a/webrtc/modules/audio_device/dummy/audio_device_dummy.h
+++ b/webrtc/modules/audio_device/dummy/audio_device_dummy.h
@@ -27,7 +27,7 @@ class AudioDeviceDummy : public AudioDeviceGeneric {
AudioDeviceModule::AudioLayer& audioLayer) const override;
// Main initializaton and termination
- int32_t Init() override;
+ InitStatus Init() override;
int32_t Terminate() override;
bool Initialized() const override;

Powered by Google App Engine
This is Rietveld 408576698