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

Unified Diff: webrtc/modules/audio_device/ios/audio_device_ios.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/ios/audio_device_ios.h
diff --git a/webrtc/modules/audio_device/ios/audio_device_ios.h b/webrtc/modules/audio_device/ios/audio_device_ios.h
index e6b72d698a6b6bd09edc963683b0db21d28d927e..efe2558127664b7acf20a5479e6f02337573ef1a 100644
--- a/webrtc/modules/audio_device/ios/audio_device_ios.h
+++ b/webrtc/modules/audio_device/ios/audio_device_ios.h
@@ -49,7 +49,7 @@ class AudioDeviceIOS : public AudioDeviceGeneric,
void AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) override;
- int32_t Init() override;
+ InitStatus Init() override;
int32_t Terminate() override;
bool Initialized() const override { return initialized_; }

Powered by Google App Engine
This is Rietveld 408576698