chromium/components/sync/service/sync_service.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace syncer