| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 7b3c01434df37bc8610f027b937fc9e42a0ae2bc..791ce6706087428832fea1dda83568b6d1159e10 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -411,6 +411,8 @@ const char kWPAD[] = "WPAD";
|
| namespace substitutes {
|
| const char kLoginIDField[] = "${LOGIN_ID}";
|
| const char kEmailField[] = "${LOGIN_EMAIL}";
|
| +const char kCertSANEmail[] = "${CERT_SAN_EMAIL}";
|
| +const char kCertSANUPN[] = "${CERT_SAN_UPN}";
|
| } // namespace substitutes
|
|
|
| namespace global_network_config {
|
|
|