Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h

Issue 628983003: New error strings for chrome.bluetoothLowEnergy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shortened super-long constant names. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9e8b4dd7acdd86a707eabce31242c16681c5234a..97515977be31c5fc9064ca005c0132fd08370a52 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
@@ -61,6 +61,12 @@ class BluetoothLowEnergyEventRouter
kStatusErrorNotConnected,
kStatusErrorNotNotifying,
kStatusErrorInProgress,
+ kStatusErrorAuthenticationFailed,
+ kStatusErrorCanceled,
+ kStatusErrorTimeout,
+ kStatusErrorInvalidLength,
+ kStatusErrorUnsupportedDevice,
+ kStatusErrorGattNotSupported,
kStatusErrorFailed
};

Powered by Google App Engine
This is Rietveld 408576698