diff options
Diffstat (limited to 'content/browser/background_sync/background_sync_registration_options.cc')
-rw-r--r-- | content/browser/background_sync/background_sync_registration_options.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/background_sync/background_sync_registration_options.cc b/content/browser/background_sync/background_sync_registration_options.cc index dc3d2e1..74b8bac 100644 --- a/content/browser/background_sync/background_sync_registration_options.cc +++ b/content/browser/background_sync/background_sync_registration_options.cc @@ -6,10 +6,6 @@ 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 && |