blob: d0e4ed29c4be95daa175f1be338ee32cf5ed6d8a [file]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_PREF_NAMES_H_
#define COMPONENTS_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_PREF_NAMES_H_
namespace metrics::private_metrics::prefs {
// Preference which stores serialized private metrics logs to be uploaded.
extern const char kUnsentLogStoreName[];
} // namespace metrics::private_metrics::prefs
#endif // COMPONENTS_METRICS_PRIVATE_METRICS_PRIVATE_METRICS_PREF_NAMES_H_