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 eb98ed77a43d3c92a481f443a6be92d554c8cb02..2f02cd0e4065e1d1df5f116290493bd7e4ae9e5e 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/gpu_process_callback.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" |
@@ -44,6 +45,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
{"ContentFeatureList", content::android::RegisterContentFeatureListJni}, |
{"ContentVideoView", content::ContentVideoView::RegisterContentVideoView}, |
{"CoreImpl", mojo::android::RegisterCoreImpl}, |
+ {"GpuProcessCallback", content::RegisterGpuProcessCallback}, |
{"MemoryMonitorAndroid", content::MemoryMonitorAndroid::Register}, |
{"BackgroundSyncNetworkObserverAndroid", |
content::BackgroundSyncNetworkObserverAndroid::Observer:: |