| Index: net/android/java/CertificateMimeType.template
|
| diff --git a/net/android/java/NetError.template b/net/android/java/CertificateMimeType.template
|
| similarity index 50%
|
| copy from net/android/java/NetError.template
|
| copy to net/android/java/CertificateMimeType.template
|
| index f6c16617b3b8fe225bcb3bed73ee84ccedb6b2bd..5a21171e88b3d49d136cf56aad466e82631f897f 100644
|
| --- a/net/android/java/NetError.template
|
| +++ b/net/android/java/CertificateMimeType.template
|
| @@ -4,7 +4,8 @@
|
|
|
| package org.chromium.net;
|
|
|
| -public class NetError {
|
| -#define NET_ERROR(name, value) public static final int ERR_##name = value;
|
| -#include "net/base/net_error_list.h"
|
| +public class CertificateMimeType {
|
| +#define CERTIFICATE_MIME_TYPE(name, value) public static final int name = value;
|
| +#include "net/base/mime_util_certificate_type_list.h"
|
| +#undef CERTIFICATE_MIME_TYPE
|
| }
|
|
|