| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 65d3a45d19824b5e7e12a78e8abad652e11d49e1..e2686bd090da73c0410aec644bdbdacc48c94fee 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -732,6 +732,9 @@ NET_ERROR(SELF_SIGNED_CERT_GENERATION_FAILED, -713)
|
| // The certificate database changed in some way.
|
| NET_ERROR(CERT_DATABASE_CHANGED, -714)
|
|
|
| +// Failure to import Channel ID.
|
| +NET_ERROR(CHANNEL_ID_IMPORT_FAILED, -715)
|
| +
|
| // DNS error codes.
|
|
|
| // DNS resolver received a malformed response.
|
|
|