| Index: device/usb/usb_configuration_android.h
|
| diff --git a/device/usb/usb_configuration_android.h b/device/usb/usb_configuration_android.h
|
| index 610ac073f2818ebd22351621dcc641f11663750d..e939643f25a7cd9f8b606789a6d8796a498174fb 100644
|
| --- a/device/usb/usb_configuration_android.h
|
| +++ b/device/usb/usb_configuration_android.h
|
| @@ -12,9 +12,6 @@ namespace device {
|
|
|
| class UsbConfigurationAndroid {
|
| public:
|
| - // Register C++ methods exposed to Java using JNI.
|
| - static bool RegisterJNI(JNIEnv* env);
|
| -
|
| static UsbConfigDescriptor Convert(
|
| JNIEnv* env,
|
| const base::android::JavaRef<jobject>& usb_configuration);
|
|
|