summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/pref_names.cc
diff options
context:
space:
mode:
authorzhuoyu.qian <zhuoyu.qian@samsung.com>2015-02-24 21:52:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-25 05:53:32 +0000
commit7bacc80478c18753ae65d92b361812cc95fc9ff8 (patch)
treeb4c909f0b7516eb31ebeffa50a27759b1b500828 /components/sync_driver/pref_names.cc
parentd565971b03e3414d6a43ac2fef95d88a0b65de55 (diff)
downloadchromium_src-7bacc80478c18753ae65d92b361812cc95fc9ff8.zip
chromium_src-7bacc80478c18753ae65d92b361812cc95fc9ff8.tar.gz
chromium_src-7bacc80478c18753ae65d92b361812cc95fc9ff8.tar.bz2
Remove some dead code about "acknowledged types"
Sync no longer has a concept of "acknowledged types". BUG=352818 R=stanisc@chromium.org, maniscalco@chromium.org Review URL: https://codereview.chromium.org/919383002 Cr-Commit-Position: refs/heads/master@{#317989}
Diffstat (limited to 'components/sync_driver/pref_names.cc')
-rw-r--r--components/sync_driver/pref_names.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
index d4f04d37..6ce6585 100644
--- a/components/sync_driver/pref_names.cc
+++ b/components/sync_driver/pref_names.cc
@@ -86,10 +86,6 @@ const char kSyncKeystoreEncryptionBootstrapToken[] =
// passphrase.
const char kSyncUsingSecondaryPassphrase[] = "sync.using_secondary_passphrase";
-// List of the currently acknowledged set of sync types, used to figure out
-// if a new sync type has rolled out so we can notify the user.
-const char kSyncAcknowledgedSyncTypes[] = "sync.acknowledged_types";
-
// The GUID session sync will use to identify this client, even across sync
// disable/enable events.
const char kSyncSessionsGUID[] = "sync.session_sync_guid";