chromium/chrome/browser/metrics/structured/chrome_event_storage.cc

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

#include "chrome/browser/metrics/structured/chrome_event_storage.h"
#include "components/metrics/structured/histogram_util.h"

namespace metrics::structured {

RepeatedPtrField;

ChromeEventStorage::ChromeEventStorage() = default;

ChromeEventStorage::~ChromeEventStorage() = default;

void ChromeEventStorage::AddEvent(StructuredEventProto event) {}

RepeatedPtrField<StructuredEventProto> ChromeEventStorage::TakeEvents() {}

int ChromeEventStorage::RecordedEventsCount() const {}

void ChromeEventStorage::Purge() {}

void ChromeEventStorage::CopyEvents(EventsProto* proto) const {}

}  // namespace metrics::structured