| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 631e38cd936641f0449511d4270349f7d6bb2c31..a6c6c9f4629449d49a04894cef2f9395f355dac6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -865,6 +865,10 @@ const wchar_t kSyncThemes[] = L"sync.themes";
|
| const wchar_t kSyncTypedUrls[] = L"sync.typed_urls";
|
| const wchar_t kSyncExtensions[] = L"sync.extensions";
|
|
|
| +// Boolean used by enterprise configuration management in order to lock down
|
| +// sync.
|
| +const wchar_t kSyncManaged[] = L"sync.managed";
|
| +
|
| // Create web application shortcut dialog preferences.
|
| const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop";
|
| const wchar_t kWebAppCreateInAppsMenu[] =
|
|
|