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

Unified Diff: remoting/host/chromoting_host.cc

Issue 10173005: BackoffEntry: Add the option to always use a delay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove expects failing on trybots due to roundoff Created 8 years, 8 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 | « net/url_request/url_request_throttler_entry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/url_request/url_request_throttler_entry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698