blob: d8263da49333db00c99c9a60ffcd843333feb03c [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2013 The Chromium Authors
[email protected]1400e6dc2013-04-27 02:36:272// 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();
[email protected]1400e6dc2013-04-27 02:36:2713
[email protected]1400e6dc2013-04-27 02:36:2714} // namespace switches
15
16#endif // UI_BASE_UI_BASE_SWITCHES_UTIL_H_