| Index: device/usb/usb_endpoint_android.h
|
| diff --git a/device/usb/usb_endpoint_android.h b/device/usb/usb_endpoint_android.h
|
| index 3fc835cd41fb867c5fb10e6ee045a7d8fa89cc44..e56e514ed4fc51d1e3d996c10a8a9c120823eaa7 100644
|
| --- a/device/usb/usb_endpoint_android.h
|
| +++ b/device/usb/usb_endpoint_android.h
|
| @@ -12,9 +12,6 @@ namespace device {
|
|
|
| class UsbEndpointAndroid {
|
| public:
|
| - // Register C++ methods exposed to Java using JNI.
|
| - static bool RegisterJNI(JNIEnv* env);
|
| -
|
| static UsbEndpointDescriptor Convert(
|
| JNIEnv* env,
|
| const base::android::JavaRef<jobject>& usb_endpoint);
|
|
|