| Index: chrome/browser/android/chrome_jni_registrar.cc
|
| diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
|
| index aac6dd745bb767e3658480cee9fdaa969f99fed4..fb565e269f7e3263c998d00b06854f19bfd35c32 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -40,6 +40,7 @@
|
| #include "chrome/browser/android/document/document_web_contents_delegate.h"
|
| #include "chrome/browser/android/dom_distiller/distiller_ui_handle_android.h"
|
| #include "chrome/browser/android/download/chrome_download_delegate.h"
|
| +#include "chrome/browser/android/download/download_controller.h"
|
| #include "chrome/browser/android/download/download_manager_service.h"
|
| #include "chrome/browser/android/favicon_helper.h"
|
| #include "chrome/browser/android/feature_utilities.h"
|
| @@ -266,6 +267,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"DomDistillerServiceFactory",
|
| dom_distiller::android::DomDistillerServiceFactoryAndroid::Register},
|
| {"DomDistillerTabUtils", RegisterDomDistillerTabUtils},
|
| + {"DownloadController", DownloadController::RegisterDownloadController},
|
| {"DownloadManagerService",
|
| DownloadManagerService::RegisterDownloadManagerService},
|
| {"DownloadOverwriteInfoBarDelegate",
|
|
|