chromium/components/safe_browsing/core/browser/sync/safe_browsing_sync_observer_impl.cc

// Copyright 2022 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/safe_browsing/core/browser/sync/safe_browsing_sync_observer_impl.h"

#include "components/sync/service/sync_service.h"
#include "components/sync/service/sync_user_settings.h"

namespace safe_browsing {

SafeBrowsingSyncObserverImpl::SafeBrowsingSyncObserverImpl(
    syncer::SyncService* sync_service) {}

SafeBrowsingSyncObserverImpl::~SafeBrowsingSyncObserverImpl() = default;

void SafeBrowsingSyncObserverImpl::ObserveHistorySyncStateChanged(
    Callback callback) {}

void SafeBrowsingSyncObserverImpl::OnStateChanged(syncer::SyncService* sync) {}

void SafeBrowsingSyncObserverImpl::OnSyncShutdown(syncer::SyncService* sync) {}

}  // namespace safe_browsing