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

Unified Diff: components/onc/onc_constants.h

Issue 1717123002: Allow ${CERT_SAN_EMAIL} and ${CERT_SAN_UPN} in the ONC Identity field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate code review feedback Created 4 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698