summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 06:29:42 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 06:29:42 +0000
commit42a94d7070a2aa1039864c8ff925b5682d2abf3a (patch)
tree681d5e1d3928d5a9fb4c5180541753d399245098 /chrome/common/pref_names.h
parentfcbbf6a2efa8ac06190222e654dc3425bab82079 (diff)
downloadchromium_src-42a94d7070a2aa1039864c8ff925b5682d2abf3a.zip
chromium_src-42a94d7070a2aa1039864c8ff925b5682d2abf3a.tar.gz
chromium_src-42a94d7070a2aa1039864c8ff925b5682d2abf3a.tar.bz2
Revert 59618 - Get password sync to a usable state.
Plumb the gaia password up to the cryptographer to generate an encryption key. Add NIGORI to the list of active datatypes to request if enable-sync-passwords is specified. Also fixes behavior from bug 55501 (required adding ExtraChangeRecordData to syncapi), as well as an ADD-handling bug in ApplyChangesFromSyncModel. Add back the call to Cryptographer::Bootstrap which was mistakenly removed in auth refactor. This patch doesn't have necessary UI to handle secondary passphrases, password changes, or existing user upgrades. Only unsynced profiles can currently get password sync working. BUG=48702,32410, 55501 TEST=ProfileSyncPasswordTest, upcoming password integration tests Review URL: http://codereview.chromium.org/3295026 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/3419003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 1bacef4..5f7b957 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -346,7 +346,6 @@ 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 kWebAppCreateOnDesktop[];