| Index: sync/internal_api/public/engine/polling_constants.h
|
| diff --git a/sync/internal_api/public/engine/polling_constants.h b/sync/internal_api/public/engine/polling_constants.h
|
| index 8f40857d8f699b0cbd20542511e388521f781d85..1debd69c2ebcb7dab460ccc556b83935debf0527 100644
|
| --- a/sync/internal_api/public/engine/polling_constants.h
|
| +++ b/sync/internal_api/public/engine/polling_constants.h
|
| @@ -15,6 +15,8 @@ extern const int64 kDefaultShortPollIntervalSeconds;
|
| extern const int64 kDefaultLongPollIntervalSeconds;
|
| SYNC_EXPORT extern const int64 kMaxBackoffSeconds;
|
| SYNC_EXPORT extern const int kBackoffRandomizationFactor;
|
| +SYNC_EXPORT_PRIVATE extern const int kInitialBackoffRetrySeconds;
|
| +SYNC_EXPORT_PRIVATE extern const int kInitialBackoffShortRetrySeconds;
|
|
|
| } // namespace syncer
|
|
|
|
|