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

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

Issue 1612643002: Update extension API externs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_563744_line_wrap_interfaces
Patch Set: Rebase Created 4 years, 11 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 ed9905f54ffa052501edb43b522ebcc062aa2c5e..8e04526b1c019e76e7c10b6eda95a1390b79864b 100644
--- a/third_party/closure_compiler/externs/bluetooth_private.js
+++ b/third_party/closure_compiler/externs/bluetooth_private.js
@@ -47,8 +47,8 @@ chrome.bluetoothPrivate.ConnectResultType = {
AUTH_TIMEOUT: 'authTimeout',
CONNECTION_CONGESTED: 'connectionCongested',
FAILED: 'failed',
- INSUFFICIENT_ENCRYPTION: 'insufficientEncryption',
IN_PROGRESS: 'inProgress',
+ INSUFFICIENT_ENCRYPTION: 'insufficientEncryption',
OFFSET_INVALID: 'offsetInvalid',
READ_NOT_PERMITTED: 'readNotPermitted',
REQUEST_NOT_SUPPORTED: 'requestNotSupported',
« no previous file with comments | « third_party/closure_compiler/externs/bluetooth.js ('k') | third_party/closure_compiler/externs/settings_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698