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

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

Issue 1420973007: Add connecting/connectable to bluetooth.Device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_543294_bluetooth_options_2a_broadcast
Patch Set: Rebase Created 5 years, 1 month 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
« no previous file with comments | « extensions/common/api/bluetooth.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/bluetooth.js
diff --git a/third_party/closure_compiler/externs/bluetooth.js b/third_party/closure_compiler/externs/bluetooth.js
index 57287aeb3cb8dcfcd9d0b413889518f65c61d2c1..43162bfa3f62fbb1f9a22cdbfb27d65f1aa8d83f 100644
--- a/third_party/closure_compiler/externs/bluetooth.js
+++ b/third_party/closure_compiler/externs/bluetooth.js
@@ -69,6 +69,8 @@ chrome.bluetooth.AdapterState;
* type: (!chrome.bluetooth.DeviceType|undefined),
* paired: (boolean|undefined),
* connected: (boolean|undefined),
+ * connecting: (boolean|undefined),
+ * connectable: (boolean|undefined),
* uuids: (!Array<string>|undefined),
* inquiryRssi: (number|undefined),
* inquiryTxPower: (number|undefined)
« no previous file with comments | « extensions/common/api/bluetooth.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698