Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 11783088: Split Date/Time picker values from IME processing since date/time related form values have been com… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/android/date_time_chooser_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | content/browser/android/date_time_chooser_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698