Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors |
sdefresne | 0e56634 | 2015-11-24 08:55:46 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
rbpotter | 422d5eb | 2025-02-05 16:42:48 | [diff] [blame] | 5 | #ifndef COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_ |
| 6 | #define COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_ |
sdefresne | 0e56634 | 2015-11-24 08:55:46 | [diff] [blame] | 7 | |
| 8 | namespace switches { |
| 9 | |
| 10 | extern const char kFlagSwitchesBegin[]; |
| 11 | extern const char kFlagSwitchesEnd[]; |
| 12 | |
| 13 | } // namespace switches |
| 14 | |
rbpotter | 422d5eb | 2025-02-05 16:42:48 | [diff] [blame] | 15 | #endif // COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_ |