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

Unified Diff: net/android/keystore.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: net/android/keystore.h
diff --git a/net/android/keystore.h b/net/android/keystore.h
index df804d7154dd55c9335c9f00b3bb7bcc2009965c..aec51079772e066d90e35bdcb7345443345a47f4 100644
--- a/net/android/keystore.h
+++ b/net/android/keystore.h
@@ -101,9 +101,6 @@ AndroidEVP_PKEY* GetOpenSSLSystemHandleForPrivateKey(jobject private_key);
base::android::ScopedJavaLocalRef<jobject> GetOpenSSLEngineForPrivateKey(
jobject private_key);
-// Register JNI methods
-NET_EXPORT bool RegisterKeyStore(JNIEnv* env);
-
} // namespace android
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698