| Index: components/sync_driver/pref_names.cc
|
| diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
|
| index d1568bcfc24b42183f5fd281a92b0fd12629fc8b..5ecf5c8b1728b69958b9f386b1f203a42764c53e 100644
|
| --- a/components/sync_driver/pref_names.cc
|
| +++ b/components/sync_driver/pref_names.cc
|
| @@ -38,6 +38,7 @@ const char kSyncArticles[] = "sync.articles";
|
| const char kSyncAutofillProfile[] = "sync.autofill_profile";
|
| const char kSyncAutofill[] = "sync.autofill";
|
| const char kSyncBookmarks[] = "sync.bookmarks";
|
| +const char kSyncDeviceInfo[] = "sync.device_info";
|
| const char kSyncDictionary[] = "sync.dictionary";
|
| const char kSyncExtensionSettings[] = "sync.extension_settings";
|
| const char kSyncExtensions[] = "sync.extensions";
|
|
|