Home
last modified time | relevance | path

Searched refs:kMaxThrottleCount (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.cc31 const int kMaxThrottleCount = 4; variable
32 const int kMaxRetryCount = 2 * kMaxThrottleCount;
844 if (throttle_count_ < kMaxThrottleCount) in OnJobDone()