chromium/chrome/browser/enterprise/reporting/prefs.cc

// Copyright 2019 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/enterprise/reporting/prefs.h"

#include "base/time/time.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/common/pref_names.h"
#include "components/enterprise/browser/reporting/common_pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_registry_simple.h"

namespace enterprise_reporting {

// The browser version that performed the most recent report upload.
const char kLastUploadVersion[] =;
// The list of requests that have been uploaded to the server.
const char kCloudExtensionRequestUploadedIds[] =;

const char kCloudLegacyTechReportAllowlist[] =;

const base::TimeDelta kDefaultReportFrequency =;

void RegisterLocalStatePrefs(PrefRegistrySimple* registry) {}

void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {}

}  // namespace enterprise_reporting