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

Unified Diff: remoting/protocol/monitored_video_stub.h

Issue 296703013: Change reconnect timer delay to 2 seconds instead of 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: 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,
« 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