blob: 7b7ae97248704b4437d00ac53f6b217426e53339 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2015 The Chromium Authors
sdefresne0e566342015-11-24 08:55:462// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
rbpotter422d5eb2025-02-05 16:42:485#ifndef COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_
6#define COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_
sdefresne0e566342015-11-24 08:55:467
8namespace switches {
9
10extern const char kFlagSwitchesBegin[];
11extern const char kFlagSwitchesEnd[];
12
13} // namespace switches
14
rbpotter422d5eb2025-02-05 16:42:4815#endif // COMPONENTS_WEBUI_FLAGS_FLAGS_UI_SWITCHES_H_