blob: d4c7712059d9ea18734d32284f4c1ae8f834e5ce [file] [log] [blame]
// 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.
#import "ios/chrome/browser/policy/model/reporting/features.h"
namespace enterprise_reporting {
// Enables Cloud Profile Reporting on iOS.
BASE_FEATURE(kCloudProfileReporting, base::FEATURE_DISABLED_BY_DEFAULT);
// Reports all known profiles, not just loaded profiles, in the browser report.
BASE_FEATURE(kBrowserReportIncludeAllProfiles,
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace enterprise_reporting