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

Unified Diff: net/url_request/url_request_throttler_entry.h

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
Index: net/url_request/url_request_throttler_entry.h
===================================================================
--- net/url_request/url_request_throttler_entry.h (revision 133742)
+++ net/url_request/url_request_throttler_entry.h (working copy)
@@ -43,7 +43,7 @@
static const int kDefaultNumErrorsToIgnore;
// Initial delay for exponential back-off.
- static const int kDefaultInitialBackoffMs;
+ static const int kDefaultInitialDelayMs;
// Factor by which the waiting time will be multiplied.
static const double kDefaultMultiplyFactor;

Powered by Google App Engine
This is Rietveld 408576698