Chromium Code Reviews| 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 { |