summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
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.cc
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.cc')
-rw-r--r--components/onc/onc_constants.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 0c14f23..8945059 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -349,6 +349,10 @@ const char kPassword[] = "Password";
const char kPasswordAndOTP[] = "PasswordAndOTP";
} // openvpn_user_auth_type
+namespace third_party_vpn {
+const char kExtensionID[] = "ExtensionID";
+} // third_party_vpn
+
namespace verify_x509 {
const char kName[] = "Name";
const char kType[] = "Type";