ui_base_switches_util.h 500 B

1234567891011121314151617
  1. // 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. #ifndef UI_BASE_UI_BASE_SWITCHES_UTIL_H_
  5. #define UI_BASE_UI_BASE_SWITCHES_UTIL_H_
  6. #include "base/component_export.h"
  7. namespace switches {
  8. COMPONENT_EXPORT(UI_BASE) bool IsElasticOverscrollEnabled();
  9. COMPONENT_EXPORT(UI_BASE) bool IsTouchDragDropEnabled();
  10. } // namespace switches
  11. #endif // UI_BASE_UI_BASE_SWITCHES_UTIL_H_