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

Unified Diff: content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.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: content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
diff --git a/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc b/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
index 0e958284856c1471911d9198221360fe1f851f4c..a6131681420a7a97ae688d58d90a442e4cae3297 100644
--- a/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
+++ b/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
@@ -8,8 +8,6 @@
// can
// thus use base/ and the C++ STL.
-#include "content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.h"
-
#include <errno.h>
#include <sys/mman.h>
#include <stdio.h>
@@ -180,6 +178,4 @@ jboolean CheckForNoSharedRelros(JNIEnv* env,
return RunChecks(in_browser_process, false);
}
-bool RegisterLinkerTestsJni(JNIEnv* env) { return RegisterNativesImpl(env); }
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698