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

Unified Diff: chrome/browser/android/mojo/chrome_service_registrar_android.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: chrome/browser/android/mojo/chrome_service_registrar_android.cc
diff --git a/chrome/browser/android/mojo/chrome_service_registrar_android.cc b/chrome/browser/android/mojo/chrome_service_registrar_android.cc
index ffb0cdbd61cd131a5261ffa8aae8484d99a40ba3..ee14ceeb3da531336943e67dbce3de583ee902d6 100644
--- a/chrome/browser/android/mojo/chrome_service_registrar_android.cc
+++ b/chrome/browser/android/mojo/chrome_service_registrar_android.cc
@@ -11,10 +11,6 @@
#include "jni/ChromeServiceRegistrar_jni.h"
#include "services/shell/public/cpp/interface_registry.h"
-// static
-bool ChromeServiceRegistrarAndroid::Register(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
// static
void ChromeServiceRegistrarAndroid::RegisterRenderFrameMojoInterfaces(

Powered by Google App Engine
This is Rietveld 408576698