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

Unified Diff: chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js

Issue 2440043002: bluetooth: bluez: GetName uses 'name' instead of 'alias'. (Closed)
Patch Set: Android needs StartLowEnergyDiscoverySession; Browser test needs s/alias/name/ Created 4 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 | « no previous file | device/bluetooth/bluetooth_device_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
index 924b461b69df40ab39f73907d7685f4fe263d515..38e4c9bc06350a5dad3e3c380ae984cb6b92efec 100644
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js
@@ -24,7 +24,7 @@ BluetoothWebUITestAsync.prototype = {
address: '00:11:22:33:44:55',
connectable: true,
connected: false,
- name: 'Fake Device (alias)',
+ name: 'Fake Device (name)',
paired: true
},
@@ -32,7 +32,7 @@ BluetoothWebUITestAsync.prototype = {
address: '20:7D:74:00:00:04',
connectable: false,
connected: false,
- name: 'Paired Unconnectable Device (alias)',
+ name: 'Paired Unconnectable Device (name)',
paired: true
},
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698