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

Unified Diff: chrome/browser/notifications/notification_audio_controller_unittest.cc

Issue 14273018: Use the browser UI thread for audio on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 7 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_audio_controller_unittest.cc
diff --git a/chrome/browser/notifications/notification_audio_controller_unittest.cc b/chrome/browser/notifications/notification_audio_controller_unittest.cc
index ed4f04ea683410ce8c533cc74159f3c6166054b5..73c5c2385d7fdff0312dfdd38f24f1842b7c378e 100644
--- a/chrome/browser/notifications/notification_audio_controller_unittest.cc
+++ b/chrome/browser/notifications/notification_audio_controller_unittest.cc
@@ -40,6 +40,7 @@ class NotificationAudioControllerTest : public testing::Test {
virtual ~NotificationAudioControllerTest() {
notification_audio_controller_->RequestShutdown();
+ base::RunLoop().RunUntilIdle();
audio_manager_.reset();
}
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698