| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index e65225aca27fd1cfd1b4587fd40a2d691de1b9a7..e1cf740e4a4ef4c599e1fad6e9d2b2b10dfea8a9 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1382,8 +1382,9 @@ const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced";
|
| const char kSyncBookmarks[] = "sync.bookmarks";
|
| const char kSyncPasswords[] = "sync.passwords";
|
| const char kSyncPreferences[] = "sync.preferences";
|
| -const char kSyncApps[] = "sync.apps";
|
| const char kSyncAppNotifications[] = "sync.app_notifications";
|
| +const char kSyncAppSettings[] = "sync.app_settings";
|
| +const char kSyncApps[] = "sync.apps";
|
| const char kSyncAutofill[] = "sync.autofill";
|
| const char kSyncAutofillProfile[] = "sync.autofill_profile";
|
| const char kSyncThemes[] = "sync.themes";
|
|
|