| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h
|
| deleted file mode 100644
|
| index dac5706e032503a7bf602ec3864fd6f8c9ef5b6f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// 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 WebBluetoothRemoteGATTCharacteristic_h
|
| -#define WebBluetoothRemoteGATTCharacteristic_h
|
| -
|
| -#include "public/platform/WebVector.h"
|
| -
|
| -namespace blink {
|
| -
|
| -// An object through which the embedder can trigger events on a Document-bound
|
| -// Web Bluetooth GATT Characteristic object.
|
| -class WebBluetoothRemoteGATTCharacteristic {
|
| - public:
|
| - // Used to notify blink that the characteristic's value changed.
|
| - virtual void dispatchCharacteristicValueChanged(
|
| - const WebVector<uint8_t>&) = 0;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebBluetoothRemoteGATTCharacteristicDelegate_h
|
|
|