summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
diff options
context:
space:
mode:
authormattwein <mattwein@chromium.org>2015-04-23 21:15:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 04:16:08 +0000
commitb605e72e1b07f9b7501882c31ec422d05c1794bf (patch)
tree721b624ac1331c7aa9ad4b5cdb0853e6822da10e /components/onc/onc_constants.cc
parentd32919d3f8274b051f6d506fe002c6c43f5185e4 (diff)
downloadchromium_src-b605e72e1b07f9b7501882c31ec422d05c1794bf.zip
chromium_src-b605e72e1b07f9b7501882c31ec422d05c1794bf.tar.gz
chromium_src-b605e72e1b07f9b7501882c31ec422d05c1794bf.tar.bz2
Add an ONC property for proactive key caching with documentation.
BUG=475699 TEST=None Review URL: https://codereview.chromium.org/1085703002 Cr-Commit-Position: refs/heads/master@{#326738}
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r--components/onc/onc_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 3007ac5..a1cfb24 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -293,6 +293,7 @@ const char kServerCAPEMs[] = "ServerCAPEMs";
const char kServerCARef[] = "ServerCARef";
const char kServerCARefs[] = "ServerCARefs";
const char kUseSystemCAs[] = "UseSystemCAs";
+const char kUseProactiveKeyCaching[] = "UseProactiveKeyCaching";
} // namespace eap
namespace vpn {