| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 807e58e9a3c640c87ec4d1453a92aa937d3696b3..e04994fb8c206e188d71d6bbed1bcf6498721a4e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -888,10 +888,6 @@ const wchar_t kSyncExtensions[] = L"sync.extensions";
|
| // sync.
|
| const wchar_t kSyncManaged[] = L"sync.managed";
|
|
|
| -// Boolean to prevent sync from automatically starting up. This is
|
| -// used when sync is disabled by the user via the privacy dashboard.
|
| -const wchar_t kSyncSuppressStart[] = L"sync.suppress_start";
|
| -
|
| // Create web application shortcut dialog preferences.
|
| const wchar_t kWebAppCreateOnDesktop[] = L"browser.web_app.create_on_desktop";
|
| const wchar_t kWebAppCreateInAppsMenu[] =
|
|
|