Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b2e10ff0a2d16e57ca1b13ced7634e3346bb60a0..2d871ac68154d4472ddd11f4f4373af58bd3499d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -767,6 +767,7 @@ const wchar_t kSyncHasSetupCompleted[] = L"sync.has_setup_completed"; |
// Booleans specifying whether the user has selected to sync the following |
// datatypes. |
const wchar_t kSyncBookmarks[] = L"sync.bookmarks"; |
+const wchar_t kSyncPasswords[] = L"sync.passwords"; |
const wchar_t kSyncPreferences[] = L"sync.preferences"; |
const wchar_t kSyncAutofill[] = L"sync.autofill"; |
const wchar_t kSyncThemes[] = L"sync.themes"; |