summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorbartfab <bartfab@chromium.org>2015-03-18 16:58:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-18 23:59:30 +0000
commit82bb909334491a927f4e77ae5e2f0326fe4da0e2 (patch)
tree430d33fdec0f616ed32d82cdc48e2b5e964b88eb /components/onc/onc_constants.h
parent07840d895caf8b511ffd2209d3ce2ffb1ae4efe7 (diff)
downloadchromium_src-82bb909334491a927f4e77ae5e2f0326fe4da0e2.zip
chromium_src-82bb909334491a927f4e77ae5e2f0326fe4da0e2.tar.gz
chromium_src-82bb909334491a927f4e77ae5e2f0326fe4da0e2.tar.bz2
Add an ONC property for the third-party VPN provider extension ID
This CL maps the third-party VPN provider extension ID (which is stored in shill's |Provider.Host| field) to an ONC property. BUG=460428 TEST=Extended unit tests and API test Review URL: https://codereview.chromium.org/1019033002 Cr-Commit-Position: refs/heads/master@{#321238}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 6329ff8..e3b6594 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -367,6 +367,10 @@ ONC_EXPORT extern const char kPassword[];
ONC_EXPORT extern const char kPasswordAndOTP[];
} // openvpn_user_auth_type
+namespace third_party_vpn {
+ONC_EXPORT extern const char kExtensionID[];
+} // third_party_vpn
+
namespace verify_x509 {
ONC_EXPORT extern const char kName[];
ONC_EXPORT extern const char kType[];