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

Unified Diff: remoting/host/desktop_environment.cc

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang error. Created 9 years, 4 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
Index: remoting/host/desktop_environment.cc
diff --git a/remoting/host/desktop_environment.cc b/remoting/host/desktop_environment.cc
index 14e770e6b493987a43031d85b81e5c5ed4249e18..967e52b10fe27b5f2559f41683fc6b80b84f6069 100644
--- a/remoting/host/desktop_environment.cc
+++ b/remoting/host/desktop_environment.cc
@@ -15,7 +15,7 @@
#include "remoting/host/event_executor.h"
#include "remoting/host/local_input_monitor.h"
-static const int kContinueWindowTimeoutMs = 10 * 60 * 1000;
+static const int kContinueWindowTimeoutMs = 10 * 1 * 1000;
Lambros 2011/08/13 00:32:13 Don't forget to undo this :)
Jamie 2011/08/13 00:56:19 Oh, if you insist...
namespace remoting {

Powered by Google App Engine
This is Rietveld 408576698