| 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";
|
|
|
|
|