| Index: chrome/browser/sync/retry_verifier.h
|
| diff --git a/chrome/browser/sync/retry_verifier.h b/chrome/browser/sync/retry_verifier.h
|
| index b3458f208dd2708162f8531e1d57289f220dc2a4..645a57b96bbe0658d7ad5ff8cf5961241fd8f848 100644
|
| --- a/chrome/browser/sync/retry_verifier.h
|
| +++ b/chrome/browser/sync/retry_verifier.h
|
| @@ -26,7 +26,7 @@ struct DelayInfo {
|
| // Class to verify retries take place using the exponential backoff algorithm.
|
| class RetryVerifier {
|
| public:
|
| - static const int kMaxRetry = 5;
|
| + static const int kMaxRetry = 3;
|
| RetryVerifier();
|
| ~RetryVerifier();
|
| int retry_count() const { return retry_count_; }
|
|
|