blob: a5ae8ff3ab6e323813548a74b249ce5a609c31c6 [file] [log] [blame]
[email protected]1400e6dc2013-04-27 02:36:271// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_BASE_UI_BASE_SWITCHES_UTIL_H_
6#define UI_BASE_UI_BASE_SWITCHES_UTIL_H_
7
Henrique Ferreiro376c7652020-05-22 09:00:048#include "base/component_export.h"
[email protected]1400e6dc2013-04-27 02:36:279
10namespace switches {
11
Robert Flack9db8fcd2021-07-08 14:15:1612COMPONENT_EXPORT(UI_BASE) bool IsElasticOverscrollEnabled();
Henrique Ferreiro376c7652020-05-22 09:00:0413COMPONENT_EXPORT(UI_BASE) bool IsTouchDragDropEnabled();
[email protected]1400e6dc2013-04-27 02:36:2714
[email protected]1400e6dc2013-04-27 02:36:2715} // namespace switches
16
17#endif // UI_BASE_UI_BASE_SWITCHES_UTIL_H_