summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_registration.cc
diff options
context:
space:
mode:
authorhans <hans@chromium.org>2015-08-25 12:41:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-25 19:42:36 +0000
commit6588c58e003f55537629931eb3547e137eb26cad (patch)
treeeb12a1afc59e528987683ecb9fb3a1b4dc6891f9 /content/browser/background_sync/background_sync_registration.cc
parent04a90d0bf18383d07f6bbc2bc02376b14a35596b (diff)
downloadchromium_src-6588c58e003f55537629931eb3547e137eb26cad.zip
chromium_src-6588c58e003f55537629931eb3547e137eb26cad.tar.gz
chromium_src-6588c58e003f55537629931eb3547e137eb26cad.tar.bz2
Remove Win-Clang in-class initializer work-arounds
BUG=488634 TBR=ncarter, jkarlin Review URL: https://codereview.chromium.org/1313973002 Cr-Commit-Position: refs/heads/master@{#345410}
Diffstat (limited to 'content/browser/background_sync/background_sync_registration.cc')
-rw-r--r--content/browser/background_sync/background_sync_registration.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/background_sync/background_sync_registration.cc b/content/browser/background_sync/background_sync_registration.cc
index 427580a..29745d7 100644
--- a/content/browser/background_sync/background_sync_registration.cc
+++ b/content/browser/background_sync/background_sync_registration.cc
@@ -78,9 +78,6 @@ TypeConverter<content::SyncRegistrationPtr,
namespace content {
-// TODO(thakis): Remove this once http://crbug.com/488634 is fixed.
-BackgroundSyncRegistration::BackgroundSyncRegistration() = default;
-
const BackgroundSyncRegistration::RegistrationId
BackgroundSyncRegistration::kInvalidRegistrationId = -1;