| Index: components/sync/base/pref_names.cc
|
| diff --git a/components/sync/base/pref_names.cc b/components/sync/base/pref_names.cc
|
| index 940e3f89585104b94ca2bfd8fb86b33e5929b6b7..4ebb41c6fd47faf5955339408ad984c15591714f 100644
|
| --- a/components/sync/base/pref_names.cc
|
| +++ b/components/sync/base/pref_names.cc
|
| @@ -71,7 +71,7 @@ const char kSyncWifiCredentials[] = "sync.wifi_credentials";
|
| const char kSyncManaged[] = "sync.managed";
|
|
|
| // Boolean to prevent sync from automatically starting up. This is
|
| -// used when sync is disabled by the user via the privacy dashboard.
|
| +// used when sync is disabled by the user in sync settings.
|
| const char kSyncSuppressStart[] = "sync.suppress_start";
|
|
|
| // A string that can be used to restore sync encryption infrastructure on
|
|
|