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

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth_list_element.js

Issue 8233042: Chrome OS: Attach bluetooth UI to device discovery API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after separate bluetooth core code commit Created 9 years, 2 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/chromeos/bluetooth_list_element.js
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_list_element.js b/chrome/browser/resources/options/chromeos/bluetooth_list_element.js
index 532364532146a45caa2a24f2a54fed5de8156e8f..99043ad7a2a0487b662c0c3673140c1c83da12be 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth_list_element.js
+++ b/chrome/browser/resources/options/chromeos/bluetooth_list_element.js
@@ -14,9 +14,11 @@ cr.define('options.system.bluetooth', function() {
* @enum {string}
*/
Constants.DEVICE_TYPE = {
+ COMPUTER: 'computer',
HEADSET: 'headset',
KEYBOARD: 'keyboard',
- MOUSE: 'mouse'
+ MOUSE: 'mouse',
+ PHONE: 'phone',
};
/**

Powered by Google App Engine
This is Rietveld 408576698