Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6356)

Unified Diff: chrome/common/pref_names.cc

Issue 14655009: Client changes for disabled dasher account (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix small things based on feedback Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698