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

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 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 d3aad94ee0d79ed8b8a604fa842dc5f37c84b595..97fec4c774146d3314ff98a1b9e1f6ae40ef5215 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',
Yufeng Shen (Slow to review) 2011/10/20 22:19:26 can't apply cleanly the , in the " MOUSE: 'mouse',
Vince Laviano 2011/10/20 22:30:36 The , needs to be there to separate the MOUSE enum
+ PHONE: 'phone'
};
/**
« no previous file with comments | « chrome/browser/chromeos/dbus/dbus_thread_manager.cc ('k') | chrome/browser/ui/webui/options/chromeos/system_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698