diff options
author | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 18:42:41 +0000 |
---|---|---|
committer | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 18:42:41 +0000 |
commit | 1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a (patch) | |
tree | 5c673332b02cfba59a13c63c2a06c5c78bc089fe /chrome/common | |
parent | 090d4cc9db980c9ab1b48bb8edeb06755fcba6ad (diff) | |
download | chromium_src-1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a.zip chromium_src-1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a.tar.gz chromium_src-1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a.tar.bz2 |
Removing TokenMigrator + sync credential migration
BUG=76397
TEST=none
Review URL: http://codereview.chromium.org/6771011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 4 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 9b4c1f7..0395c0e 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1144,10 +1144,6 @@ const char kSyncManaged[] = "sync.managed"; // used when sync is disabled by the user via the privacy dashboard. const char kSyncSuppressStart[] = "sync.suppress_start"; -// Boolean to reperesent if sync credentials have been migrated from the -// user settings DB to the token service. -const char kSyncCredentialsMigrated[] = "sync.credentials_migrated"; - // Boolean to represent whether the legacy autofill profile data has been // migrated to the new model. const char kAutofillProfileMigrated[] = "sync.autofill_migrated"; diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 1ae19e6..9622eb2 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -407,7 +407,6 @@ extern const char kSyncExtensions[]; extern const char kSyncManaged[]; extern const char kSyncSuppressStart[]; extern const char kGoogleServicesUsername[]; -extern const char kSyncCredentialsMigrated[]; extern const char kSyncUsingSecondaryPassphrase[]; extern const char kEncryptionBootstrapToken[]; extern const char kAutofillProfileMigrated[]; |