enterprise_switches.cc 614 B

12345678910111213141516171819
  1. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/enterprise/browser/enterprise_switches.h"
  5. #include "build/build_config.h"
  6. #include "build/chromeos_buildflags.h"
  7. namespace switches {
  8. #if !BUILDFLAG(IS_CHROMEOS_ASH)
  9. // Enables the Chrome Browser Cloud Management integration on Chromium builds.
  10. // CBCM is always enabled in branded builds.
  11. const char kEnableChromeBrowserCloudManagement[] =
  12. "enable-chrome-browser-cloud-management";
  13. #endif
  14. } // namespace switches