blob: 41cac33950d6ab627e88113d5b909c4e0b0a6119 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_INFO_H_
#define CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_INFO_H_
#include "components/policy/proto/device_management_backend.pb.h"
#include "extensions/common/extension.h"
class Profile;
namespace enterprise_reporting {
enterprise_management::Extension_ExtensionType ConvertExtensionTypeToProto(
extensions::Manifest::Type extension_type);
void AppendExtensionInfoIntoProfileReport(
Profile* profile,
enterprise_management::ChromeUserProfileInfo* profile_info);
} // namespace enterprise_reporting
#endif // CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_INFO_H_