| 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 4d2b7eae1020dc265f8d2a0747f7764d7730fc82..435062cbf2473fb3b1303dda0ba9d46ac2628907 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -12,6 +12,7 @@
|
| #include "content/browser/android/content_view_core_impl.h"
|
| #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"
|
| @@ -38,6 +39,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::ContentViewRenderView::RegisterContentViewRenderView },
|
| { "ContentVideoView", content::ContentVideoView::RegisterContentVideoView },
|
| { "ContentViewCore", content::RegisterContentViewCore },
|
| + { "DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
|
| { "DownloadControllerAndroidImpl",
|
| content::DownloadControllerAndroidImpl::RegisterDownloadController },
|
| { "InterstitialPageDelegateAndroid",
|
|
|