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

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More win visible fixes Created 7 years, 9 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: chrome/browser/resources/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index 327ef3e688a05d4aa30df32be545fc957182e87d..a6c0510f28c7ab61274e4628e64d4a3d7a712ec4 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -1349,7 +1349,6 @@ cr.define('options', function() {
* @param {{name: string,
* address: string,
* paired: boolean,
- * bonded: boolean,
* connected: boolean}} device
* Decription of the Bluetooth device.
* @private

Powered by Google App Engine
This is Rietveld 408576698