Index: content/browser/background_sync/background_sync_registration_options.h |
diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h |
index 7f02648e0ce29e2c61b0a3d45088ff52d764aa33..5c81e3088461776c597113dd43a8966ce8991f53 100644 |
--- a/content/browser/background_sync/background_sync_registration_options.h |
+++ b/content/browser/background_sync/background_sync_registration_options.h |
@@ -19,9 +19,7 @@ struct CONTENT_EXPORT BackgroundSyncRegistrationOptions { |
bool Equals(const BackgroundSyncRegistrationOptions& other) const; |
std::string tag; |
- int64_t min_period = 0; |
SyncNetworkState network_state = NETWORK_STATE_ONLINE; |
- SyncPeriodicity periodicity = SYNC_ONE_SHOT; |
}; |
} // namespace content |