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

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

Issue 2869113002: Fix ContextSelectionClient JNI registration (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0d2e031fa3077ae2a55885e26bf1d0dbf63d0db1..3ac1e6c116d4375a6251cecd14bf7bd8c76d84ec 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -17,6 +17,7 @@
#include "content/browser/android/content_view_core_impl.h"
#include "content/browser/android/content_view_render_view.h"
#include "content/browser/android/content_view_statics.h"
+#include "content/browser/android/context_selection_client.h"
#include "content/browser/android/date_time_chooser_android.h"
#include "content/browser/android/dialog_overlay_impl.h"
#include "content/browser/android/gpu_process_callback.h"
@@ -43,6 +44,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"ChildProcessLauncher", content::RegisterChildProcessLauncher},
{"ContentFeatureList", content::android::RegisterContentFeatureListJni},
{"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
+ {"ContextSelectionClient", content::RegisterContextSelectionClient},
{"GpuProcessCallback", content::RegisterGpuProcessCallback},
{"MemoryMonitorAndroid", content::MemoryMonitorAndroid::Register},
{"BackgroundSyncNetworkObserverAndroid",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698