| 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 c9cde1191f903d0dd4f90e49be848b3676cb32be..0df444ab2269f35a5a1af46d6e2a1d4fc4b05e4c 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_android_overlay.h"
|
| #include "content/browser/android/interstitial_page_delegate_android.h"
|
| #include "content/browser/android/joystick_scroll_provider.h"
|
| #include "content/browser/android/load_url_params.h"
|
| @@ -42,6 +43,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"ChildProcessLauncher", content::RegisterChildProcessLauncher},
|
| {"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
|
| {"CoreImpl", mojo::android::RegisterCoreImpl},
|
| + {"DialogAndroidOverlay",
|
| + content::DialogAndroidOverlay::RegisterDialogAndroidOverlay},
|
| {"MemoryMonitorAndroid", content::MemoryMonitorAndroid::Register},
|
| {"BackgroundSyncNetworkObserverAndroid",
|
| content::BackgroundSyncNetworkObserverAndroid::Observer::
|
|
|