| Index: device/usb/usb_interface_android.h
 | 
| diff --git a/device/usb/usb_interface_android.h b/device/usb/usb_interface_android.h
 | 
| index ec04b61ed662d25b6c192877a2b8bb649cead18c..20edd88aa82220efde791dbc07579758a3e060d5 100644
 | 
| --- a/device/usb/usb_interface_android.h
 | 
| +++ b/device/usb/usb_interface_android.h
 | 
| @@ -12,9 +12,6 @@ namespace device {
 | 
|  
 | 
|  class UsbInterfaceAndroid {
 | 
|   public:
 | 
| -  // Register C++ methods exposed to Java using JNI.
 | 
| -  static bool RegisterJNI(JNIEnv* env);
 | 
| -
 | 
|    static UsbInterfaceDescriptor Convert(
 | 
|        JNIEnv* env,
 | 
|        const base::android::JavaRef<jobject>& usb_interface);
 | 
| 
 |