| 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 a776d694ef60d3f1a579f4b48c09456a19785236..9f9b8c15962280bd8a61de61f69eb49a7653cc29 100644
|
| --- a/content/renderer/media/audio_device_factory.cc
|
| +++ b/content/renderer/media/audio_device_factory.cc
|
| @@ -31,7 +31,7 @@ namespace {
|
| // chance device authorization response is never received from the browser side.
|
| // In this case we will time out, to avoid renderer hang forever waiting for
|
| // device authorization (http://crbug/615589). This will result in "no audio".
|
| -const int64_t kMaxAuthorizationTimeoutMs = 900;
|
| +const int64_t kMaxAuthorizationTimeoutMs = 1000;
|
| #else
|
| const int64_t kMaxAuthorizationTimeoutMs = 0; // No timeout.
|
| #endif // defined(OS_WIN)
|
|
|