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

Unified Diff: third_party/closure_compiler/externs/bluetooth_private.js

Issue 2727683003: bluetooth: Clean up connection errors (Closed)
Patch Set: format Created 3 years, 10 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: third_party/closure_compiler/externs/bluetooth_private.js
diff --git a/third_party/closure_compiler/externs/bluetooth_private.js b/third_party/closure_compiler/externs/bluetooth_private.js
index d4cdc98620af2df55755cb64fd30a50d66586373..76ef861a35c1d7fbc3d84cb7cfd28af849f2112f 100644
--- a/third_party/closure_compiler/externs/bluetooth_private.js
+++ b/third_party/closure_compiler/externs/bluetooth_private.js
@@ -40,22 +40,15 @@ chrome.bluetoothPrivate.PairingEventType = {
*/
chrome.bluetoothPrivate.ConnectResultType = {
ALREADY_CONNECTED: 'alreadyConnected',
- ATTRIBUTE_LENGTH_INVALID: 'attributeLengthInvalid',
AUTH_CANCELED: 'authCanceled',
AUTH_FAILED: 'authFailed',
AUTH_REJECTED: 'authRejected',
AUTH_TIMEOUT: 'authTimeout',
- CONNECTION_CONGESTED: 'connectionCongested',
FAILED: 'failed',
IN_PROGRESS: 'inProgress',
- INSUFFICIENT_ENCRYPTION: 'insufficientEncryption',
- OFFSET_INVALID: 'offsetInvalid',
- READ_NOT_PERMITTED: 'readNotPermitted',
- REQUEST_NOT_SUPPORTED: 'requestNotSupported',
SUCCESS: 'success',
UNKNOWN_ERROR: 'unknownError',
UNSUPPORTED_DEVICE: 'unsupportedDevice',
- WRITE_NOT_PERMITTED: 'writeNotPermitted',
};
/**

Powered by Google App Engine
This is Rietveld 408576698