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 24c68fd307c4b239b9a7a2eb6617753c677b52e6..7b8e1e7e7bc6b1ce35417e6fa982bed12aa757d7 100644 |
--- a/content/browser/background_sync/background_sync_registration_options.cc |
+++ b/content/browser/background_sync/background_sync_registration_options.cc |
@@ -8,9 +8,7 @@ namespace content { |
bool BackgroundSyncRegistrationOptions::Equals( |
const BackgroundSyncRegistrationOptions& other) const { |
- return tag == other.tag && min_period == other.min_period && |
- network_state == other.network_state && |
- periodicity == other.periodicity; |
+ return tag == other.tag && network_state == other.network_state; |
} |
} // namespace content |