Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / components / ukm / ukm_recorder_observer.cc
1 // Copyright 2022 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/ukm/ukm_recorder_observer.h"
6
7 namespace ukm {
8
9 void UkmRecorderObserver::OnEntryAdded(mojom::UkmEntryPtr entry) {}
10
11 void UkmRecorderObserver::OnUpdateSourceURL(SourceId source_id,
12                                             const std::vector<GURL>& urls) {}
13
14 void UkmRecorderObserver::OnPurgeRecordingsWithUrlScheme(
15     const std::string& url_scheme) {}
16
17 void UkmRecorderObserver::OnPurge() {}
18
19 void UkmRecorderObserver::OnUkmAllowedStateChanged(UkmConsentState state) {}
20
21 }  // namespace ukm