summaryrefslogtreecommitdiff
path: root/chromium/device/base/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/device/base/features.h')
-rw-r--r--chromium/device/base/features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/device/base/features.h b/chromium/device/base/features.h
index be3d3c9135f..7c24b68685d 100644
--- a/chromium/device/base/features.h
+++ b/chromium/device/base/features.h
@@ -15,6 +15,7 @@ namespace device {
#if defined(OS_WIN)
DEVICE_BASE_EXPORT extern const base::Feature kNewUsbBackend;
DEVICE_BASE_EXPORT extern const base::Feature kNewBLEWinImplementation;
+DEVICE_BASE_EXPORT extern const base::Feature kNewBLEGattSessionHandling;
#endif // defined(OS_WIN)
#if BUILDFLAG(ENABLE_VR)