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 4c00ad1b8b7b6bf01117e2f187eb712be7209cdc..dc3d2e15decfa5b4aa0c7cd31c54cf088334c367 100644 |
--- a/content/browser/background_sync/background_sync_registration_options.cc |
+++ b/content/browser/background_sync/background_sync_registration_options.cc |
@@ -7,11 +7,8 @@ |
namespace content { |
// TODO(thakis): Remove this once http://crbug.com/488634 is fixed. |
-BackgroundSyncRegistrationOptions::BackgroundSyncRegistrationOptions() |
- : min_period(0), |
- network_state(NETWORK_STATE_ONLINE), |
- power_state(POWER_STATE_AVOID_DRAINING), |
- periodicity(SYNC_ONE_SHOT) {} |
+BackgroundSyncRegistrationOptions::BackgroundSyncRegistrationOptions() = |
+ default; |
bool BackgroundSyncRegistrationOptions::Equals( |
const BackgroundSyncRegistrationOptions& other) const { |