| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 58a075b8f682b742a13e2109583cca86f9236775..671d27e095b6216673ca58d1d817708f1dc559a1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1798,6 +1798,8 @@ const char kSyncTypedUrls[] = "sync.typed_urls";
|
| // sync.
|
| const char kSyncManaged[] = "sync.managed";
|
|
|
| +const char kSyncDisabledByAdmin[] = "sync.disabled_by_admin";
|
| +
|
| // Boolean to prevent sync from automatically starting up. This is
|
| // used when sync is disabled by the user via the privacy dashboard.
|
| const char kSyncSuppressStart[] = "sync.suppress_start";
|
|
|