| Index: device/usb/usb_endpoint_android.cc
|
| diff --git a/device/usb/usb_endpoint_android.cc b/device/usb/usb_endpoint_android.cc
|
| index 13bb6a279db6421a8252994bc7eb4f80d690d97a..6908b98be94322ba953c19d6839ff7d43da0ecc3 100644
|
| --- a/device/usb/usb_endpoint_android.cc
|
| +++ b/device/usb/usb_endpoint_android.cc
|
| @@ -9,11 +9,6 @@
|
| namespace device {
|
|
|
| // static
|
| -bool UsbEndpointAndroid::RegisterJNI(JNIEnv* env) {
|
| - return RegisterNativesImpl(env); // Generated in ChromeUsbEndpoint_jni.h
|
| -}
|
| -
|
| -// static
|
| UsbEndpointDescriptor UsbEndpointAndroid::Convert(
|
| JNIEnv* env,
|
| const base::android::JavaRef<jobject>& usb_endpoint) {
|
|
|