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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js

Issue 1419023004: Add bluetoothPrivate.connect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_543294_bluetooth_options_2b_props
Patch Set: Rebase Created 5 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
Index: chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
diff --git a/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
index ad9afea94b6ed90b0076d8bb6b6e12b1a5d3d77e..fd08f0a4277fb129048130a0d3baebabaa81d05b 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
+++ b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
var deviceAddress = '11:12:13:14:15:16';
-var errorNotConnected = 'Device is not connected';
+var errorNotConnected = 'Device not connected';
var errorDisconnectFailed = 'Failed to disconnect device';
var btp = chrome.bluetoothPrivate;

Powered by Google App Engine
This is Rietveld 408576698