| Index: components/browser_sync/browser/profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
|
| index e2203f247dea5266737707defbaa12c27ab42292..e09c470ba22a88b1840c0bb7971b87f8a35463b7 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.h
|
| +++ b/components/browser_sync/browser/profile_sync_service.h
|
| @@ -642,10 +642,9 @@ class ProfileSyncService : public sync_driver::SyncService,
|
|
|
| // The initial state of sync, for the Sync.InitialState histogram. Even if
|
| // this value is CAN_START, sync startup might fail for reasons that we may
|
| - // want to consider logging in the future, such as sync being disabled via
|
| - // Google Dashboard (birthday error), a passphrase needed for decryption, or
|
| - // the version of Chrome being too old. This enum is used to back a UMA
|
| - // histogram, and should therefore be treated as append-only.
|
| + // want to consider logging in the future, such as a passphrase needed for
|
| + // decryption, or the version of Chrome being too old. This enum is used to
|
| + // back a UMA histogram, and should therefore be treated as append-only.
|
| enum SyncInitialState {
|
| CAN_START, // Sync can attempt to start up.
|
| NOT_SIGNED_IN, // There is no signed in user.
|
|
|