| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 06ee3b09d4f60f5d3b21969491c6343078d3a292..222ec88c91fbe0b292506f2b9fa3ea123273a228 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1738,6 +1738,7 @@ const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced";
|
| const char kSyncBookmarks[] = "sync.bookmarks";
|
| const char kSyncPasswords[] = "sync.passwords";
|
| const char kSyncPreferences[] = "sync.preferences";
|
| +const char kSyncPriorityPreferences[] = "sync.priority_preferences";
|
| const char kSyncAppNotifications[] = "sync.app_notifications";
|
| const char kSyncAppSettings[] = "sync.app_settings";
|
| const char kSyncApps[] = "sync.apps";
|
|
|