| // 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. |
| |
| #ifndef COMPONENTS_THEMES_PREF_NAMES_H_ |
| #define COMPONENTS_THEMES_PREF_NAMES_H_ |
| |
| namespace themes::prefs { |
| |
| // Policy-controlled SkColor used to generate the browser's theme. The value |
| // SK_ColorTRANSPARENT means the policy has not been set. |
| inline constexpr char kPolicyThemeColor[] = "autogenerated.theme.policy.color"; |
| |
| } // namespace themes::prefs |
| |
| #endif // COMPONENTS_THEMES_PREF_NAMES_H_ |