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

Unified Diff: base/android/cpu_features.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/cpu_features.cc
diff --git a/base/android/cpu_features.cc b/base/android/cpu_features.cc
index 6a1869534b0d0c493b78682d87d71ad52a02b87f..4e49564b62c3601e9d68341768720d13045e3f2f 100644
--- a/base/android/cpu_features.cc
+++ b/base/android/cpu_features.cc
@@ -18,9 +18,5 @@ jlong GetCpuFeatures(JNIEnv*, jclass) {
return android_getCpuFeatures();
}
-bool RegisterCpuFeatures(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698