From 1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a Mon Sep 17 00:00:00 2001 From: "rickcam@chromium.org" Date: Wed, 30 Mar 2011 18:42:41 +0000 Subject: 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 --- chrome/common/pref_names.cc | 4 ---- chrome/common/pref_names.h | 1 - 2 files changed, 5 deletions(-) (limited to 'chrome/common') 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[]; -- cgit v1.1