| Index: content/browser/background_sync/background_sync_registration_options.cc
|
| diff --git a/content/browser/background_sync/background_sync_registration_options.cc b/content/browser/background_sync/background_sync_registration_options.cc
|
| index 74b8bac8ef756f8800cc13f249e0fcfa585e0685..dc3d2e15decfa5b4aa0c7cd31c54cf088334c367 100644
|
| --- a/content/browser/background_sync/background_sync_registration_options.cc
|
| +++ b/content/browser/background_sync/background_sync_registration_options.cc
|
| @@ -6,6 +6,10 @@
|
|
|
| namespace content {
|
|
|
| +// TODO(thakis): Remove this once http://crbug.com/488634 is fixed.
|
| +BackgroundSyncRegistrationOptions::BackgroundSyncRegistrationOptions() =
|
| + default;
|
| +
|
| bool BackgroundSyncRegistrationOptions::Equals(
|
| const BackgroundSyncRegistrationOptions& other) const {
|
| return tag == other.tag && min_period == other.min_period &&
|
|
|