| 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 58d526d0b6b6e8c07394a91b3c1078330fd57ac2..af6ddbe18517603da9da3e48b18ab1fac458e51b 100644
|
| --- a/content/renderer/media/audio_device_factory.cc
|
| +++ b/content/renderer/media/audio_device_factory.cc
|
| @@ -23,7 +23,7 @@
|
| AudioDeviceFactory* AudioDeviceFactory::factory_ = NULL;
|
|
|
| namespace {
|
| -const int64_t kMaxAuthorizationTimeoutMs = 900;
|
| +const int64_t kMaxAuthorizationTimeoutMs = 4000;
|
|
|
| scoped_refptr<media::AudioOutputDevice> NewOutputDevice(
|
| int render_frame_id,
|
|
|