summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-09-04 13:48:24 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-04 20:50:48 +0000
commit6eae03953c8520292cf1ecdacfda6a171a3dbd4c (patch)
tree25573f2f6a357a9a11e88301e4b2a13ab18a9db8 /components/onc/onc_constants.cc
parenteaa12c7bbc8a2697d71676629b3f2bb06150741c (diff)
downloadchromium_src-6eae03953c8520292cf1ecdacfda6a171a3dbd4c.zip
chromium_src-6eae03953c8520292cf1ecdacfda6a171a3dbd4c.tar.gz
chromium_src-6eae03953c8520292cf1ecdacfda6a171a3dbd4c.tar.bz2
Translate Saved/StaticIPConfig properties from ONC to Shill
BUG=279351 Review URL: https://codereview.chromium.org/540613002 Cr-Commit-Position: refs/heads/master@{#293331}
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r--components/onc/onc_constants.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index b7748b6..b522f7a 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -38,6 +38,8 @@ const char kDevice[] = "Device";
const char kEthernet[] = "Ethernet";
const char kGUID[] = "GUID";
const char kIPConfigs[] = "IPConfigs";
+const char kSavedIPConfig[] = "SavedIPConfig";
+const char kStaticIPConfig[] = "StaticIPConfig";
const char kMacAddress[] = "MacAddress";
const char kName[] = "Name";
const char kNameServers[] = "NameServers";
@@ -159,6 +161,7 @@ const char kIPv6[] = "IPv6";
const char kNameServers[] = "NameServers";
const char kRoutingPrefix[] = "RoutingPrefix";
const char kType[] = "Type";
+const char kWebProxyAutoDiscoveryUrl[] = "WebProxyAutoDiscoveryUrl";
} // namespace ipconfig
namespace wifi {