| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 44cfe57e010cc3a566b9b9cf362d9f3ebdbdd2ca..cc3f08125f6f0badbe1dcfa0bc39c9a2adf477f0 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -829,6 +829,7 @@ const wchar_t kSyncPreferences[] = L"sync.preferences";
|
| const wchar_t kSyncAutofill[] = L"sync.autofill";
|
| const wchar_t kSyncThemes[] = L"sync.themes";
|
| const wchar_t kSyncTypedUrls[] = L"sync.typed_urls";
|
| +const wchar_t kSyncExtensions[] = L"sync.extensions";
|
|
|
| // Create web application shortcut dialog preferences.
|
| const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop";
|
|
|