blob: 879b3f821ba27129ddfde1a2add37b1bb8a305ef [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// 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(bool allowed) {}
} // namespace ukm