Avi Drissman | 3e1a26c | 2022-09-15 20:26:03 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | 1400e6dc | 2013-04-27 02:36:27 | [diff] [blame] | 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 Ferreiro | 376c765 | 2020-05-22 09:00:04 | [diff] [blame] | 8 | #include "base/component_export.h" |
[email protected] | 1400e6dc | 2013-04-27 02:36:27 | [diff] [blame] | 9 | |
10 | namespace switches { | ||||
11 | |||||
Robert Flack | 9db8fcd | 2021-07-08 14:15:16 | [diff] [blame] | 12 | COMPONENT_EXPORT(UI_BASE) bool IsElasticOverscrollEnabled(); |
[email protected] | 1400e6dc | 2013-04-27 02:36:27 | [diff] [blame] | 13 | |
[email protected] | 1400e6dc | 2013-04-27 02:36:27 | [diff] [blame] | 14 | } // namespace switches |
15 | |||||
16 | #endif // UI_BASE_UI_BASE_SWITCHES_UTIL_H_ |