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

Unified Diff: third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js

Issue 2217573002: bluetooth: Only add new devices, connected devices and devices that changed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-add-or-update
Patch Set: Fix typo Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/bluetooth/requestDevice/restart-scan-includes-previous-device.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
diff --git a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
index 184817f69efb4f58bb93df136376287df1d72c2c..fd9719a503127e16868524ab3d36bc68be4464de 100644
--- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
+++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
@@ -198,7 +198,7 @@ class AddDeviceEventSet {
}
assert_add_device_event(event, description) {
let match = this._addDeviceRegex.exec(event);
- assert_true(!!match, event + "isn't an add-device event: " + description);
+ assert_true(!!match, event + " isn't an add-device event: " + description);
this._idsByName.set(match[1], match[2]);
}
has(name) {
« no previous file with comments | « third_party/WebKit/LayoutTests/bluetooth/requestDevice/restart-scan-includes-previous-device.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698