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

Unified Diff: third_party/closure_compiler/externs/bluetooth.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
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/bluetooth_private.js » ('j') | 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 43162bfa3f62fbb1f9a22cdbfb27d65f1aa8d83f..ca5038be5bd9fd2d95b3bc30e86a9f870fd8f095 100644
--- a/third_party/closure_compiler/externs/bluetooth.js
+++ b/third_party/closure_compiler/externs/bluetooth.js
@@ -82,7 +82,7 @@ chrome.bluetooth.Device;
/**
* Get information about the Bluetooth adapter.
* @param {function(!chrome.bluetooth.AdapterState):void} callback Called with
- * an AdapterState object describing the adapter state.
+ * an AdapterState object describing the adapter state.
* @see https://developer.chrome.com/extensions/bluetooth#method-getAdapterState
*/
chrome.bluetooth.getAdapterState = function(callback) {};
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/bluetooth_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698