summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 15:52:06 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 15:52:06 +0000
commit726e6f12cf4ff5d3220d775ccbb24d246d8d0162 (patch)
tree3b8c4bcaf1af98f710bad1a4bc34865991b2e4fd /remoting/host
parent5cc61929ace474cf9df39396520f63d842dcd799 (diff)
downloadchromium_src-726e6f12cf4ff5d3220d775ccbb24d246d8d0162.zip
chromium_src-726e6f12cf4ff5d3220d775ccbb24d246d8d0162.tar.gz
chromium_src-726e6f12cf4ff5d3220d775ccbb24d246d8d0162.tar.bz2
The design docs say 10 minutes before continue window. So fixed to match design docs.
BUG=NONE TEST=Start up a connection and then sit and wait for 10 minutes. See if you get dialog. Review URL: http://codereview.chromium.org/7235012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/chromoting_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index 962a8cc..19d87b1 100644
--- a/remoting/host/chromoting_host.cc
+++ b/remoting/host/chromoting_host.cc
@@ -35,7 +35,7 @@
using remoting::protocol::ConnectionToClient;
using remoting::protocol::InputStub;
-static const int kContinueWindowTimeoutSecs = 5 * 60;
+static const int kContinueWindowTimeoutSecs = 10 * 60;
namespace remoting {