// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/ui_base_switches_util.h" #include "base/command_line.h" #include "build/build_config.h" #include "ui/base/ui_base_features.h" #include "ui/base/ui_base_switches.h" #if BUILDFLAG(IS_ANDROID) #include "base/android/build_info.h" #endif namespace switches { bool IsElasticOverscrollEnabled() { … } bool IsTouchDragDropEnabled() { … } } // namespace switches