Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index f0fb7ec64ba1a9712369b28da9cbda5d681e9add..40a469d5d129d6058e5286562632486ed61a59f4 100644 |
--- a/components/onc/onc_constants.h |
+++ b/components/onc/onc_constants.h |
@@ -410,6 +410,8 @@ ONC_EXPORT extern const char kSubject[]; |
namespace substitutes { |
ONC_EXPORT extern const char kEmailField[]; |
ONC_EXPORT extern const char kLoginIDField[]; |
+ONC_EXPORT extern const char kCertSANEmail[]; |
+ONC_EXPORT extern const char kCertSANUPN[]; |
} // namespace substitutes |
namespace proxy { |