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..f0240b66d0635e92f516bbd01f66edeec945fd88 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 kInitialBackoffImmediateRetrySeconds; |
} // namespace syncer |