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

Unified Diff: chrome/common/pref_names.cc

Issue 10417032: Disable sync promo when RestoreOnStartupURLs policy is used (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 f6a270b51f7260862c99095868240c3b7943e09f..d484c6fe230cfd52c3b371dbca166072190d4b00 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1573,8 +1573,8 @@ const char kSyncPromoViewCount[] = "sync_promo.view_count";
const char kSyncPromoUserSkipped[] = "sync_promo.user_skipped";
// Boolean that specifies if the sync promo is allowed to show on first run.
-// This preference is specified in the master preference file to suppress the
-// sync promo for some installations.
+// This can be used to suppress the sync promo. The pref will automatically be
+// set to false when the RestoreOnStartupURLs policy is set.
const char kSyncPromoShowOnFirstRunAllowed[] =
"sync_promo.show_on_first_run_allowed";

Powered by Google App Engine
This is Rietveld 408576698