blob: b422579d23d60ed32d2630662c2cd55abd154fbf [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);
Finnur Thorarinsson118fc3f2023-06-05 10:54:0111
12BASE_FEATURE(kDeprecatedExternalPickerFunction,
13 "DeprecatedExternalPickerFunction",
14 base::FEATURE_DISABLED_BY_DEFAULT);
Michael van Ouwerkerk99b42f42023-04-24 16:15:4115} // namespace ui