Skip to content

Commit

Permalink
bluetooth: FakeBluetoothChooser stub impl.
Browse files Browse the repository at this point in the history
This change adds a new FakeBluetoothChooser interface stub to expand on.
The design for this class is detailed in the following document:
https://docs.google.com/document/d/1XFl_4ZAgO8ddM6U53A9AfUuZeWgJnlYD5wtbXqEpzeg

BUG=719827

Change-Id: I34169ce62dd5b35796639b7643d899b8315cc4c7
  • Loading branch information
odejesush authored and chromium-wpt-export-bot committed Mar 15, 2018
1 parent d56bf78 commit 39f217d
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 1 deletion.
1 change: 1 addition & 0 deletions bluetooth/resources/bluetooth-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function performChromiumSetup() {
`${prefix}/mojo_layouttest_test.mojom.js`,
`${prefix}/uuid.mojom.js`,
`${prefix}/fake_bluetooth.mojom.js`,
`${prefix}/fake_bluetooth_chooser.mojom.js`,
`${prefix}/web-bluetooth-test.js`,
].concat(extra))
// Call setBluetoothFakeAdapter() to clean up any fake adapters left over
Expand Down
Loading

0 comments on commit 39f217d

Please sign in to comment.