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/1fwK4HqV41q1PuppL5By6NnlcDQefEu7BNeiOs1UMe04

BUG=719826

Change-Id: I34169ce62dd5b35796639b7643d899b8315cc4c7
  • Loading branch information
odejesush authored and chromium-wpt-export-bot committed Feb 9, 2018
1 parent fade9e6 commit 0467c62
Show file tree
Hide file tree
Showing 4 changed files with 1,011 additions and 0 deletions.
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 0467c62

Please sign in to comment.