Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 72bb0c59eb930657b452c90336c7c2d4ea672958..5759678cfb9e4253406214b6414a9313fd9670e1 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -883,6 +883,7 @@ const wchar_t kKeepEverythingSynced[] = L"sync.keep_everything_synced"; |
const wchar_t kSyncBookmarks[] = L"sync.bookmarks"; |
const wchar_t kSyncPasswords[] = L"sync.passwords"; |
const wchar_t kSyncPreferences[] = L"sync.preferences"; |
+const wchar_t kSyncApps[] = L"sync.apps"; |
const wchar_t kSyncAutofill[] = L"sync.autofill"; |
const wchar_t kSyncThemes[] = L"sync.themes"; |
const wchar_t kSyncTypedUrls[] = L"sync.typed_urls"; |