blob: bff9036e46e8bf4d5cb8011b0a6663e4dacb483a [file] [log] [blame]
Wayne Jackson Jr0d357cb2023-04-13 17:02:061// Copyright 2023 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "ui/android/ui_android_features.h"
6
Michael van Ouwerkerk99b42f42023-04-24 16:15:417namespace ui {
Wayne Jackson Jr0d357cb2023-04-13 17:02:068BASE_FEATURE(kConvertTrackpadEventsToMouse,
9 "ConvertTrackpadEventsToMouse",
10 base::FEATURE_DISABLED_BY_DEFAULT);
Michael van Ouwerkerk99b42f42023-04-24 16:15:4111} // namespace ui