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

// Copyright 2020 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/report_generator_desktop.h"

#include <utility>

#include "build/chromeos_buildflags.h"

#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "chrome/browser/ash/app_list/arc/arc_app_list_prefs.h"
#include "chrome/browser/ash/arc/arc_util.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/enterprise/reporting/android_app_info_generator.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "components/policy/core/common/cloud/cloud_policy_util.h"
#endif  // BUILDFLAG(IS_CHROMEOS_ASH)

em;

namespace enterprise_reporting {

// TODO(crbug.com/40703888): Split up Chrome OS reporting code into its own
// delegates, then move this method's implementation to ReportGeneratorChromeOS.
void ReportGeneratorDesktop::SetAndroidAppInfos(ReportRequest* basic_request) {}

}  // namespace enterprise_reporting