| Index: content/browser/android/browser_jni_registrar.cc
 | 
| diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
 | 
| index d7bad39171204244cb9ea76ce2546b7e5f188eb8..8dcb4a9dd5bcfa970c7d9a8f3e9ac7c1c833a2a5 100644
 | 
| --- a/content/browser/android/browser_jni_registrar.cc
 | 
| +++ b/content/browser/android/browser_jni_registrar.cc
 | 
| @@ -17,6 +17,7 @@
 | 
|  #include "content/browser/android/content_view_statics.h"
 | 
|  #include "content/browser/android/date_time_chooser_android.h"
 | 
|  #include "content/browser/android/download_controller_android_impl.h"
 | 
| +#include "content/browser/android/gamepad_reader_impl.h"
 | 
|  #include "content/browser/android/interstitial_page_delegate_android.h"
 | 
|  #include "content/browser/android/load_url_params.h"
 | 
|  #include "content/browser/android/surface_texture_peer_browser_impl.h"
 | 
| @@ -55,6 +56,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
 | 
|      {"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
 | 
|      {"DownloadControllerAndroidImpl",
 | 
|       content::DownloadControllerAndroidImpl::RegisterDownloadController},
 | 
| +    {"GamepadList", content::GamepadsReader::RegisterGamepadsReader},
 | 
|      {"InterstitialPageDelegateAndroid",
 | 
|       content::InterstitialPageDelegateAndroid::
 | 
|           RegisterInterstitialPageDelegateAndroid},
 | 
| 
 |