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

Unified Diff: content/renderer/media/audio_device_factory.cc

Issue 2083633002: AudioOutputDevice authorization timeout decreased (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed timeout to 900 ms 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_device_factory.cc
diff --git a/content/renderer/media/audio_device_factory.cc b/content/renderer/media/audio_device_factory.cc
index af6ddbe18517603da9da3e48b18ab1fac458e51b..58d526d0b6b6e8c07394a91b3c1078330fd57ac2 100644
--- a/content/renderer/media/audio_device_factory.cc
+++ b/content/renderer/media/audio_device_factory.cc
@@ -23,7 +23,7 @@ namespace content {
AudioDeviceFactory* AudioDeviceFactory::factory_ = NULL;
namespace {
-const int64_t kMaxAuthorizationTimeoutMs = 4000;
+const int64_t kMaxAuthorizationTimeoutMs = 900;
scoped_refptr<media::AudioOutputDevice> NewOutputDevice(
int render_frame_id,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698