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/pref_names.h | |
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/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
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[]; |