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

Unified Diff: net/android/android_private_key.h

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/BUILD.gn ('k') | net/android/android_private_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/android_private_key.h
diff --git a/net/android/android_private_key.h b/net/android/android_private_key.h
deleted file mode 100644
index 24f4f45e71f5732e1da0d96a8f713b4426ed85e1..0000000000000000000000000000000000000000
--- a/net/android/android_private_key.h
+++ /dev/null
@@ -1,27 +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.
-
-#ifndef NET_ANDROID_ANDROID_PRIVATE_KEY_H
-#define NET_ANDROID_ANDROID_PRIVATE_KEY_H
-
-#include <jni.h>
-
-#include "base/android/scoped_java_ref.h"
-#include "net/base/net_export.h"
-
-
-namespace net {
-namespace android {
-
-// Returns the KeyStore associated with a given AndroidPrivateKey
-NET_EXPORT base::android::ScopedJavaLocalRef<jobject> GetKeyStore(
- jobject private_key);
-
-// Register JNI methods
-NET_EXPORT bool RegisterAndroidPrivateKey(JNIEnv* env);
-
-} // namespace android
-} // namespace net
-
-#endif // NET_ANDROID_ANDROID_PRIVATE_KEY_H
« no previous file with comments | « net/android/BUILD.gn ('k') | net/android/android_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698