#include "components/sync/service/sync_service.h"
#include <utility>
#include "components/signin/public/identity_manager/account_info.h"
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "components/sync/service/sync_user_settings.h"
namespace syncer {
SyncSetupInProgressHandle::SyncSetupInProgressHandle(
base::OnceClosure on_destroy)
: … { … }
SyncSetupInProgressHandle::~SyncSetupInProgressHandle() { … }
bool SyncService::HasCompletedSyncCycle() const { … }
bool SyncService::IsSyncFeatureEnabled() const { … }
bool SyncService::CanSyncFeatureStart() const { … }
bool SyncService::IsEngineInitialized() const { … }
bool SyncService::IsSyncFeatureActive() const { … }
bool SyncService::HasUnrecoverableError() const { … }
}