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

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

Issue 2755673005: [Android] Trigger native event batching through Feature API (Closed)
Patch Set: Add back "abstract" 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/content_feature_list.h » ('j') | 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 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},
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/content_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698