| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index 93c92ae7145b318664c345adca5b7069a22a96e9..a2dfa5b5cb42aeb84ca81919681e803e657b0fba 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -312,6 +312,7 @@ ONC_EXPORT extern const char kIdentity[];
|
| ONC_EXPORT extern const char kInner[];
|
| ONC_EXPORT extern const char kLEAP[];
|
| ONC_EXPORT extern const char kMD5[];
|
| +ONC_EXPORT extern const char kMSCHAP[];
|
| ONC_EXPORT extern const char kMSCHAPv2[];
|
| ONC_EXPORT extern const char kOuter[];
|
| ONC_EXPORT extern const char kPAP[];
|
| @@ -321,6 +322,7 @@ ONC_EXPORT extern const char kSaveCredentials[];
|
| ONC_EXPORT extern const char kServerCAPEMs[];
|
| ONC_EXPORT extern const char kServerCARef[];
|
| ONC_EXPORT extern const char kServerCARefs[];
|
| +ONC_EXPORT extern const char kSubjectMatch[];
|
| ONC_EXPORT extern const char kUseSystemCAs[];
|
| ONC_EXPORT extern const char kUseProactiveKeyCaching[];
|
| } // namespace eap
|
|
|