| Index: device/usb/usb_device_handle_android.h
|
| diff --git a/device/usb/usb_device_handle_android.h b/device/usb/usb_device_handle_android.h
|
| index 82c56dc15c000e744befe54f148a89d23dbc6813..b78ffa7a22f3141a0fbaa7ff056ec3e65af9899b 100644
|
| --- a/device/usb/usb_device_handle_android.h
|
| +++ b/device/usb/usb_device_handle_android.h
|
| @@ -16,9 +16,6 @@ class UsbDevice;
|
| // through an instance of android.hardware.usb.UsbDeviceConnection.
|
| class UsbDeviceHandleAndroid : public UsbDeviceHandleUsbfs {
|
| public:
|
| - // Register C++ methods exposed to Java using JNI.
|
| - static bool RegisterJNI(JNIEnv* env);
|
| -
|
| static scoped_refptr<UsbDeviceHandleAndroid> Create(
|
| JNIEnv* env,
|
| scoped_refptr<UsbDevice> device,
|
|
|