color_switches.h 503 B

1234567891011121314151617181920
  1. // Copyright 2021 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. #ifndef UI_COLOR_COLOR_SWITCHES_H_
  5. #define UI_COLOR_COLOR_SWITCHES_H_
  6. #include "base/component_export.h"
  7. #include "build/build_config.h"
  8. namespace switches {
  9. #if BUILDFLAG(IS_WIN)
  10. COMPONENT_EXPORT(COLOR_SWITCHES)
  11. extern const char kPervasiveSystemAccentColor[];
  12. #endif
  13. } // namespace switches
  14. #endif // UI_COLOR_COLOR_SWITCHES_H_