| Index: remoting/protocol/monitored_video_stub.h
|
| diff --git a/remoting/protocol/monitored_video_stub.h b/remoting/protocol/monitored_video_stub.h
|
| index bce6cb77098db21ba34d76612c7527594f8aa3a2..713878c48db9c85a01127d71f515d3794b853c94 100644
|
| --- a/remoting/protocol/monitored_video_stub.h
|
| +++ b/remoting/protocol/monitored_video_stub.h
|
| @@ -31,7 +31,7 @@ class MonitoredVideoStub : public VideoStub {
|
| // destroy the MonitoredVideoStub object.
|
| typedef base::Callback<void(bool connected)> ChannelStateCallback;
|
|
|
| - static const int kConnectivityCheckDelaySeconds = 1;
|
| + static const int kConnectivityCheckDelaySeconds = 2;
|
|
|
| MonitoredVideoStub(
|
| VideoStub* video_stub,
|
|
|