Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptor.h |
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptor.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptor.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..53fd80b6f2de2b4812006386e51ab8481fb41dd3 |
| --- /dev/null |
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptor.h |
| @@ -0,0 +1,20 @@ |
| +// Copyright 2015 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef WebBluetoothRemoteGATTDescriptor_h |
| +#define WebBluetoothRemoteGATTDescriptor_h |
| + |
| +#include "public/platform/WebVector.h" |
| + |
| +namespace blink { |
| + |
| +// An object through which the embedder can trigger events on a Document-bound |
| +// Web Bluetooth GATT Descriptor object. |
| +class WebBluetoothRemoteGATTDescriptor { |
|
ortuno
2016/11/22 03:02:02
I don't think we need this file anymore.
dougt
2016/11/29 22:50:48
Done.
|
| + public: |
| +}; |
| + |
| +} // namespace blink |
| + |
| +#endif // WebBluetoothRemoteGATTDescriptor |