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

Unified Diff: net/android/java/CertVerifyResultAndroid.template

Issue 12212135: Return specific cert verification errors on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 10 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/java/CertVerifyResultAndroid.template
diff --git a/net/android/java/PrivateKeyType.template b/net/android/java/CertVerifyResultAndroid.template
similarity index 51%
copy from net/android/java/PrivateKeyType.template
copy to net/android/java/CertVerifyResultAndroid.template
index aa7f76f8881fc63b977979b5810ea0ee5dca9a70..b19e937fcb9f4853212cc578db2afa70479da391 100644
--- a/net/android/java/PrivateKeyType.template
+++ b/net/android/java/CertVerifyResultAndroid.template
@@ -4,7 +4,7 @@
package org.chromium.net;
-public class PrivateKeyType {
-#define DEFINE_PRIVATE_KEY_TYPE(name,value) public static final int name = value;
-#include "net/android/private_key_type_list.h"
+public class CertVerifyResultAndroid {
+#define CERT_VERIFY_RESULT_ANDROID(name, value) public static final int VERIFY_##name = value;
+#include "net/android/cert_verify_result_android_list.h"
}
« no previous file with comments | « net/android/cert_verify_result_android_list.h ('k') | net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698