chromium/components/enterprise/data_controls/core/browser/dlp_histogram_helper.cc

// Copyright 2021 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/enterprise/data_controls/core/browser/dlp_histogram_helper.h"

#include <string>

#include "base/metrics/histogram_functions.h"

namespace data_controls {

std::string GetDlpHistogramPrefix() {}

void DlpBooleanHistogram(const std::string& suffix, bool value) {}

void DlpCountHistogram(const std::string& suffix, int sample, int max) {}

void DlpRestrictionConfiguredHistogram(Rule::Restriction value) {}

void DlpCountHistogram10000(const std::string& suffix, int sample) {}

}  // namespace data_controls