| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index dbac6a5a9921a60f2a8a02910ac7ff4e51b56e9b..35ea95305aaa18b2b9c780e77fa26070974ff487 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -277,7 +277,7 @@ class ProfileSyncService : public sync_driver::SyncService,
|
| bool HasSyncSetupCompleted() const override;
|
| bool IsSyncAllowed() const override;
|
| bool IsSyncActive() const override;
|
| - bool IsSyncEnabledAndLoggedIn() override;
|
| + bool CanSyncStart() const override;
|
| void DisableForUser() override;
|
| void RequestStop() override;
|
| void RequestStart() override;
|
|
|