Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 2760093002: Making callbacks in Android ChildProcessLauncher generic. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..430d33dd13404f014023a1309564e9a26b757247 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -12,6 +12,7 @@
#include "content/browser/android/app_web_message_port.h"
#include "content/browser/android/background_sync_network_observer_android.h"
#include "content/browser/android/browser_startup_controller.h"
+#include "content/browser/android/content_child_process_callback.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"
@@ -41,6 +42,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"AudioFocusDelegate", content::AudioFocusDelegateAndroid::Register},
{"BrowserStartupController", content::RegisterBrowserStartupController},
{"ChildProcessLauncher", content::RegisterChildProcessLauncher},
+ {"ContentChildProcessCallback",
+ content::RegisterContentChildProcessCallback},
{"ContentFeatureList", content::android::RegisterContentFeatureListJni},
{"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
{"CoreImpl", mojo::android::RegisterCoreImpl},

Powered by Google App Engine
This is Rietveld 408576698