| Index: content/browser/android/content_view_core_impl.cc
 | 
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
 | 
| index 108ecdec73adf1364a3297863d1a430026d96620..9e8bde5bb175839f3147d3beecfaba1f0ff1fd85 100644
 | 
| --- a/content/browser/android/content_view_core_impl.cc
 | 
| +++ b/content/browser/android/content_view_core_impl.cc
 | 
| @@ -1640,7 +1640,7 @@ static ScopedJavaLocalRef<jobject> FromWebContentsAndroid(
 | 
|  }
 | 
|  
 | 
|  bool RegisterContentViewCore(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env) && JNI_DragEvent::RegisterNativesImpl(env);
 | 
| +  return RegisterNativesImpl(env);
 | 
|  }
 | 
|  
 | 
|  }  // namespace content
 | 
| 
 |