| // Copyright 2021 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "components/ui_devtools/ui_devtools_features.h" | |
| namespace ui_devtools { | |
| BASE_FEATURE(kUIDebugToolsEnableSyntheticEvents, | |
| "ui-debug-tools-enable-synthetic-events", | |
| base::FEATURE_DISABLED_BY_DEFAULT); | |
| } // namespace ui_devtools |