blob: 564249da34993a4f93d9efe42c3752548a91fe14 [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"
Robert Flackce291412023-07-21 14:46:206#include "base/feature_list.h"
Wayne Jackson Jr0d357cb2023-04-13 17:02:067
Michael van Ouwerkerk99b42f42023-04-24 16:15:418namespace ui {
Wayne Jackson Jr0d357cb2023-04-13 17:02:069BASE_FEATURE(kConvertTrackpadEventsToMouse,
10 "ConvertTrackpadEventsToMouse",
11 base::FEATURE_DISABLED_BY_DEFAULT);
Finnur Thorarinsson118fc3f2023-06-05 10:54:0112
13BASE_FEATURE(kDeprecatedExternalPickerFunction,
14 "DeprecatedExternalPickerFunction",
15 base::FEATURE_DISABLED_BY_DEFAULT);
Robert Flackce291412023-07-21 14:46:2016
17BASE_FEATURE(kReportAllAvailablePointerTypes,
18 "ReportAllAvailablePointerTypes",
19 base::FEATURE_DISABLED_BY_DEFAULT);
20
Michael van Ouwerkerk99b42f42023-04-24 16:15:4121} // namespace ui