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