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

Unified Diff: base/android/command_line_android.h

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.h
diff --git a/base/android/command_line_android.h b/base/android/command_line_android.h
index cf117e2b4e54cbd6dc4206c45e3c8021c27ba4c0..a06d1fd78c945a5ac7a038087407d8dd21439285 100644
--- a/base/android/command_line_android.h
+++ b/base/android/command_line_android.h
@@ -17,9 +17,6 @@ void BASE_EXPORT InitNativeCommandLineFromJavaArray(
JNIEnv* env,
jobjectArray init_command_line);
-// JNI registration boilerplate.
-bool RegisterCommandLine(JNIEnv* env);
-
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698