blob: 4f89e0a179872cd94e339614870e4d5a9f7d5007 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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