enterprise_switches.h 661 B

12345678910111213141516171819202122
  1. // Copyright (c) 2020 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. // Defines the enterprise-related command-line switches used on several
  5. // platforms.
  6. #ifndef COMPONENTS_ENTERPRISE_BROWSER_ENTERPRISE_SWITCHES_H_
  7. #define COMPONENTS_ENTERPRISE_BROWSER_ENTERPRISE_SWITCHES_H_
  8. #include "build/build_config.h"
  9. #include "build/chromeos_buildflags.h"
  10. namespace switches {
  11. #if !BUILDFLAG(IS_CHROMEOS_ASH)
  12. extern const char kEnableChromeBrowserCloudManagement[];
  13. #endif
  14. } // namespace switches
  15. #endif // COMPONENTS_ENTERPRISE_BROWSER_ENTERPRISE_SWITCHES_H_