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

Unified Diff: content/browser/speech/speech_recognizer_impl_unittest.cc

Issue 2763383002: Switching AudioInputDeviceManager from using AudioManager interface to AudioSystem one. (Closed)
Patch Set: WeakPtr removed; combined GetInputDeviceInfo operation introduced Created 3 years, 9 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: content/browser/speech/speech_recognizer_impl_unittest.cc
diff --git a/content/browser/speech/speech_recognizer_impl_unittest.cc b/content/browser/speech/speech_recognizer_impl_unittest.cc
index b40ba1958457933e0b63933b48024239a3fe4739..586403f1403a2c307f94c9816f1a6902d1f3710b 100644
--- a/content/browser/speech/speech_recognizer_impl_unittest.cc
+++ b/content/browser/speech/speech_recognizer_impl_unittest.cc
@@ -91,6 +91,7 @@ class SpeechRecognizerImplTest : public SpeechRecognitionEventListener,
~SpeechRecognizerImplTest() override {
// Deleting |audio_manager_| on audio thread.
+ audio_system_.reset();
audio_manager_.reset();
audio_thread_.Stop();
}

Powered by Google App Engine
This is Rietveld 408576698