blob: 2b2d0b098812674ecb60c7ffe554a878066617ac [file] [log] [blame]
// 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 {
const base::Feature kUIDebugToolsEnableSyntheticEvents{
"ui-debug-tools-enable-synthetic-events",
base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace ui_devtools