Commit 6587aa7f authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Change video channel timeout to 2 seconds instead of 1

BUG=375568

Review URL: https://codereview.chromium.org/296703013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272788 0039d316-1c4b-4281-b951-d872f2087c98
parent 25ea98ba
...@@ -31,7 +31,7 @@ class MonitoredVideoStub : public VideoStub { ...@@ -31,7 +31,7 @@ class MonitoredVideoStub : public VideoStub {
// destroy the MonitoredVideoStub object. // destroy the MonitoredVideoStub object.
typedef base::Callback<void(bool connected)> ChannelStateCallback; typedef base::Callback<void(bool connected)> ChannelStateCallback;
static const int kConnectivityCheckDelaySeconds = 1; static const int kConnectivityCheckDelaySeconds = 2;
MonitoredVideoStub( MonitoredVideoStub(
VideoStub* video_stub, VideoStub* video_stub,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment