blob: 0f4b154465a3602d8108c1b1f3e92b8440f8ff63 [file] [log] [blame]
// 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/ukm/ukm_recorder_observer.h"
namespace ukm {
void UkmRecorderObserver::OnEntryAdded(mojom::UkmEntryPtr entry) {}
void UkmRecorderObserver::OnUpdateSourceURL(SourceId source_id,
const std::vector<GURL>& urls) {}
void UkmRecorderObserver::OnPurgeRecordingsWithUrlScheme(
const std::string& url_scheme) {}
void UkmRecorderObserver::OnPurge() {}
void UkmRecorderObserver::OnUkmAllowedStateChanged(UkmConsentState state) {}
} // namespace ukm