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

Side by Side Diff: content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom

Issue 1815483003: bluetooth: Create Mojo equivalent of SetBluetoothMockDataSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo
Patch Set: MMerge with ToT Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module content.mojom;
6
7 interface LayoutTestBluetoothFakeAdapterSetter {
8
9 // Sets a mock BluetoothAdapter. The characteristics of the adapter
10 // depend on |adapter_name|. For a list of available mock adapters
11 // see layout_test_bluetooth_adapter_provider.h
12 Set(string adapter_name) => ();
13
14 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698