| Index: device/usb/usb_device_android.h
|
| diff --git a/device/usb/usb_device_android.h b/device/usb/usb_device_android.h
|
| index d9455629e922f096088ab27201b57fab7895008e..af6a59e512460e3b8cce79ef289bcac4033a8ecb 100644
|
| --- a/device/usb/usb_device_android.h
|
| +++ b/device/usb/usb_device_android.h
|
| @@ -15,9 +15,6 @@ class UsbServiceAndroid;
|
|
|
| class UsbDeviceAndroid : public UsbDevice {
|
| public:
|
| - // Register C++ methods exposed to Java using JNI.
|
| - static bool RegisterJNI(JNIEnv* env);
|
| -
|
| static scoped_refptr<UsbDeviceAndroid> Create(
|
| JNIEnv* env,
|
| base::WeakPtr<UsbServiceAndroid> service,
|
|
|