blob: eaca6d4b1d4e7ab0516be0dcb60b68e5a7cf4706 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/enterprise/browser/enterprise_switches.h"
#include "build/build_config.h"
namespace switches {
#if !BUILDFLAG(IS_CHROMEOS)
// Enables the Chrome Browser Cloud Management integration on Chromium builds.
// CBCM is always enabled in branded builds.
const char kEnableChromeBrowserCloudManagement[] =
"enable-chrome-browser-cloud-management";
#endif
} // namespace switches