chromeos_platform_features.h 630 B

123456789101112131415161718
  1. // Copyright 2022 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 DEVICE_BLUETOOTH_CHROMEOS_PLATFORM_FEATURES_H_
  5. #define DEVICE_BLUETOOTH_CHROMEOS_PLATFORM_FEATURES_H_
  6. #include "base/feature_list.h"
  7. #include "device/bluetooth/bluetooth_export.h"
  8. namespace chromeos::bluetooth::features {
  9. // Enables/disables the bluetooth devcoredump feature
  10. extern const DEVICE_BLUETOOTH_EXPORT base::Feature kBluetoothCoredump;
  11. } // namespace chromeos::bluetooth::features
  12. #endif // DEVICE_BLUETOOTH_CHROMEOS_PLATFORM_FEATURES_H_