| 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 08bff79514661a26f2ac79f16fdcd4d8fafdf160..abea3b9f8156f48b84f160e448381f975c000d9d 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -13,6 +13,7 @@
|
| #include "content/browser/android/background_sync_network_observer_android.h"
|
| #include "content/browser/android/browser_startup_controller.h"
|
| #include "content/browser/android/child_process_launcher_android.h"
|
| +#include "content/browser/android/content_feature_list.h"
|
| #include "content/browser/android/content_video_view.h"
|
| #include "content/browser/android/content_view_core_impl.h"
|
| #include "content/browser/android/content_view_render_view.h"
|
| @@ -40,6 +41,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"AudioFocusDelegate", content::AudioFocusDelegateAndroid::Register},
|
| {"BrowserStartupController", content::RegisterBrowserStartupController},
|
| {"ChildProcessLauncher", content::RegisterChildProcessLauncher},
|
| + {"ContentFeatureList", content::android::RegisterContentFeatureListJni},
|
| {"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
|
| {"CoreImpl", mojo::android::RegisterCoreImpl},
|
| {"MemoryMonitorAndroid", content::MemoryMonitorAndroid::Register},
|
|
|