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

Unified Diff: base/android/command_line_android.cc

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 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: base/android/command_line_android.cc
diff --git a/base/android/command_line_android.cc b/base/android/command_line_android.cc
index 895ffab4f959cd340433bc7091fbe93ec8ee7f50..74d534b00fcc62a12394d5dbbfc3c4c5adb99dfc 100644
--- a/base/android/command_line_android.cc
+++ b/base/android/command_line_android.cc
@@ -77,9 +77,5 @@ void InitNativeCommandLineFromJavaArray(JNIEnv* env, jobjectArray array) {
AppendJavaStringArrayToCommandLine(env, array, true);
}
-bool RegisterCommandLine(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698