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"; |
tim (not reviewing)
2013/05/13 04:18:58
Can eventually replace sync.managed with this? If
Andrew T Wilson (Slow)
2013/05/13 11:51:13
I don't think this is the right way to approach th
pavely
2013/05/13 22:37:09
Flag is stored in prefs to display settings page c
pavely
2013/05/13 22:37:09
We can replace sync.managed once controlling IsMan
Andrew T Wilson (Slow)
2013/05/14 12:34:00
This won't be deprecated - we still need this so e
Andrew T Wilson (Slow)
2013/05/14 12:34:00
This is not strictly true - browser_options_handle
tim (not reviewing)
2013/05/16 18:32:48
Maybe I'm missing something. We store a bit in pre
|
+ |
// 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"; |