commit | eba91db036f740777ff8503cc2cc2597e8525353 | [log] [tgz] |
---|---|---|
author | pstew <[email protected]> | Tue May 12 00:18:13 2015 |
committer | Commit bot <[email protected]> | Tue May 12 00:18:31 2015 |
tree | df0b5eb70128bc377e22d5b22d8de418bb3e05fa | |
parent | 0ff62a54f76daa61a292ee4e599efdaea88ff3d0 [diff] [blame] |
Add ONC property for EAP-GTC authentication BUG=486738 [email protected], [email protected] Review URL: https://codereview.chromium.org/1137633003 Cr-Commit-Position: refs/heads/master@{#329291}
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h index a28ec83b..b212d31e 100644 --- a/components/onc/onc_constants.h +++ b/components/onc/onc_constants.h
@@ -297,6 +297,7 @@ ONC_EXPORT extern const char kEAP_SIM[]; ONC_EXPORT extern const char kEAP_TLS[]; ONC_EXPORT extern const char kEAP_TTLS[]; +ONC_EXPORT extern const char kGTC[]; ONC_EXPORT extern const char kIdentity[]; ONC_EXPORT extern const char kInner[]; ONC_EXPORT extern const char kLEAP[];