| Index: chrome/browser/background_sync/background_sync_controller_impl.h
|
| diff --git a/chrome/browser/background_sync/background_sync_controller_impl.h b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| index 02cd41f5bafa65386f0e11f32d93fc0b2e70af70..93b1ea19ef56bb82f13d6c8b317b9476ee6df2a0 100644
|
| --- a/chrome/browser/background_sync/background_sync_controller_impl.h
|
| +++ b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| @@ -29,6 +29,7 @@ class BackgroundSyncControllerImpl : public content::BackgroundSyncController,
|
| static const char kInitialRetryParameterName[];
|
| static const char kRetryDelayFactorParameterName[];
|
| static const char kMinSyncRecoveryTimeName[];
|
| + static const char kMaxSyncEventDuration[];
|
|
|
| explicit BackgroundSyncControllerImpl(Profile* profile);
|
| ~BackgroundSyncControllerImpl() override;
|
|
|