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

Unified Diff: net/android/android_private_key.cc

Issue 1474603004: Remove Android support for out-of-process KeyStores (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments Created 5 years 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
« no previous file with comments | « net/android/android_private_key.h ('k') | net/android/java/src/org/chromium/net/AndroidKeyStore.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/android_private_key.cc
diff --git a/net/android/android_private_key.cc b/net/android/android_private_key.cc
deleted file mode 100644
index 8f56085ad7ca37b30c2935db8110590f464048b9..0000000000000000000000000000000000000000
--- a/net/android/android_private_key.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "net/android/android_private_key.h"
-
-#include <vector>
-#include "jni/AndroidPrivateKey_jni.h"
-
-namespace net {
-namespace android {
-
-base::android::ScopedJavaLocalRef<jobject> GetKeyStore(
- jobject private_key_ref) {
- JNIEnv* env = base::android::AttachCurrentThread();
- return Java_AndroidPrivateKey_getKeyStore(
- env, private_key_ref);
-}
-
-bool RegisterAndroidPrivateKey(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
-} // namespace android
-} // namespace net
« no previous file with comments | « net/android/android_private_key.h ('k') | net/android/java/src/org/chromium/net/AndroidKeyStore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698