Chromium Code Reviews| 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 056656dd29ad74444016d804ec2e0c9d6fb0da79..c605b7c779a0f42e2232d3562b439751266ce7b4 100644 |
| --- a/content/browser/android/browser_jni_registrar.cc |
| +++ b/content/browser/android/browser_jni_registrar.cc |
| @@ -18,6 +18,7 @@ |
| #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/dialog_overlay_operations_impl.h" |
| #include "content/browser/android/gpu_process_callback.h" |
| #include "content/browser/android/interstitial_page_delegate_android.h" |
| #include "content/browser/android/load_url_params.h" |
| @@ -55,6 +56,9 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
| {"ContentViewRenderView", |
| content::ContentViewRenderView::RegisterContentViewRenderView}, |
| {"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid}, |
| + {"DialogOverlayOperationsImpl", |
| + content::DialogOverlayOperationsImpl::RegisterDialogOverlayOperationsImpl}, |
| + |
|
boliu
2017/04/04 23:53:21
nit: remove empty line
liberato (no reviews please)
2017/04/05 15:13:30
Done.
|
| {"InterstitialPageDelegateAndroid", |
| content::InterstitialPageDelegateAndroid:: |
| RegisterInterstitialPageDelegateAndroid}, |