| 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 94d214f07040f49ab0a9517c8c9fcf37a611383b..6d8b8f7751440bbecf88902c4c42fe4af04ac3a0 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -18,7 +18,6 @@
|
| #include "content/browser/android/content_view_render_view.h"
|
| #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/interstitial_page_delegate_android.h"
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/popup_touch_handle_drawable.h"
|
| @@ -61,8 +60,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"ContentViewRenderView",
|
| content::ContentViewRenderView::RegisterContentViewRenderView},
|
| {"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
|
| - {"DownloadControllerAndroidImpl",
|
| - content::DownloadControllerAndroidImpl::RegisterDownloadController},
|
| {"GamepadList", content::GamepadPlatformDataFetcherAndroid::
|
| RegisterGamepadPlatformDataFetcherAndroid},
|
| {"HandleViewResources",
|
|
|