Chromium Code Reviews| Index: remoting/host/chromoting_host.cc |
| =================================================================== |
| --- remoting/host/chromoting_host.cc (revision 131823) |
| +++ remoting/host/chromoting_host.cc (working copy) |
| @@ -54,6 +54,9 @@ |
| // Time to keep an entry from being discarded even when it |
| // has no significant state, -1 to never discard. |
| -1, |
| + |
| + // Don't use initial delay unless the last request was an error. |
| + false, |
|
Jói
2012/04/24 20:51:20
Did you mean to set this to true and update the co
mmenke
2012/04/24 21:05:25
The motivation is my unlanded captive portal detec
|
| }; |
| } // namespace |