| 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 502643cb1550514347b096730953ccec8563bf41..7a8572b43d7a48addadacc8938ee493c16ef5a52 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/event_forwarder_impl.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"
|
| @@ -51,6 +52,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"ContentViewRenderView",
|
| content::ContentViewRenderView::RegisterContentViewRenderView},
|
| {"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
|
| + {"EventForwarderImpl", content::RegisterEventForwarderImpl},
|
| {"InterstitialPageDelegateAndroid",
|
| content::InterstitialPageDelegateAndroid::
|
| RegisterInterstitialPageDelegateAndroid},
|
|
|