#include "chrome/browser/enterprise/reporting/browser_report_generator_desktop.h"
#include "base/files/file_path.h"
#include "base/path_service.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile_attributes_entry.h"
#include "chrome/browser/profiles/profile_attributes_storage.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/upgrade_detector/build_state.h"
#include "chrome/common/channel_info.h"
#include "components/policy/core/common/cloud/cloud_policy_util.h"
#include "components/policy/proto/device_management_backend.pb.h"
#include "components/version_info/version_info.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "chrome/browser/ash/profiles/profile_helper.h"
#endif
em;
namespace enterprise_reporting {
BrowserReportGeneratorDesktop::BrowserReportGeneratorDesktop() = default;
BrowserReportGeneratorDesktop::~BrowserReportGeneratorDesktop() = default;
std::string BrowserReportGeneratorDesktop::GetExecutablePath() { … }
version_info::Channel BrowserReportGeneratorDesktop::GetChannel() { … }
std::vector<BrowserReportGenerator::ReportedProfileData>
BrowserReportGeneratorDesktop::GetReportedProfiles() { … }
bool BrowserReportGeneratorDesktop::IsExtendedStableChannel() { … }
void BrowserReportGeneratorDesktop::GenerateBuildStateInfo(
em::BrowserReport* report) { … }
}