| Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| index a06f33c2724b9dc7320cabc40688d441737cb748..ea1aa93a293bf62da11faa8034974ea09ae742af 100644
|
| --- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| +++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| @@ -90,24 +90,19 @@ class BluetoothLowEnergyEventRouter
|
| kStatusSuccess = 0,
|
| kStatusErrorAlreadyConnected,
|
| kStatusErrorAlreadyNotifying,
|
| - kStatusErrorAttributeLengthInvalid,
|
| kStatusErrorAuthenticationFailed,
|
| kStatusErrorCanceled,
|
| - kStatusErrorConnectionCongested,
|
| kStatusErrorFailed,
|
| kStatusErrorGattNotSupported,
|
| kStatusErrorHigherSecurity,
|
| kStatusErrorInProgress,
|
| kStatusErrorInsufficientAuthorization,
|
| - kStatusErrorInsufficientEncryption,
|
| kStatusErrorInvalidArguments,
|
| kStatusErrorInvalidLength,
|
| kStatusErrorNotConnected,
|
| kStatusErrorNotFound,
|
| kStatusErrorNotNotifying,
|
| - kStatusErrorOffsetInvalid,
|
| kStatusErrorPermissionDenied,
|
| - kStatusErrorRequestNotSupported,
|
| kStatusErrorTimeout,
|
| kStatusErrorUnsupportedDevice,
|
| kStatusErrorInvalidServiceId,
|
|
|