| 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 b8b6735f8d59659a9d0a8603e77fdd0bf102677d..97924b94f27a63291778606f80911eeb5f1fc126 100644
|
| --- a/chrome/browser/background_sync/background_sync_controller_impl.h
|
| +++ b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| @@ -32,6 +32,7 @@ class BackgroundSyncControllerImpl : public content::BackgroundSyncController,
|
| static const char kInitialRetryParameterName[];
|
| static const char kRetryDelayFactorParameterName[];
|
| static const char kMinSyncRecoveryTimeName[];
|
| + static const char kMaxSyncEventDurationName[];
|
|
|
| explicit BackgroundSyncControllerImpl(Profile* profile);
|
| ~BackgroundSyncControllerImpl() override;
|
|
|