summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-01-05 11:52:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-05 19:53:38 +0000
commit53f190ec150986d7953d14d06cb0b7ce649849ca (patch)
tree84f96f74e7f09ea2800b284a98b9966d2594fecd /components/onc/onc_constants.h
parent3d590caaa24756435060775cb6887d2d0a5b0690 (diff)
downloadchromium_src-53f190ec150986d7953d14d06cb0b7ce649849ca.zip
chromium_src-53f190ec150986d7953d14d06cb0b7ce649849ca.tar.gz
chromium_src-53f190ec150986d7953d14d06cb0b7ce649849ca.tar.bz2
ONC: Remove the top level fields NameServers and SearchDomains.
These were unused and unsupported and conflict upcoming changes. Also clean up some IPConfig documentation and adapt the validation. BUG=411289 Review URL: https://codereview.chromium.org/830133003 Cr-Commit-Position: refs/heads/master@{#309942}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 9b9d1ad..4895d16 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -66,10 +66,8 @@ ONC_EXPORT extern const char kSavedIPConfig[];
ONC_EXPORT extern const char kStaticIPConfig[];
ONC_EXPORT extern const char kMacAddress[];
ONC_EXPORT extern const char kName[];
-ONC_EXPORT extern const char kNameServers[];
ONC_EXPORT extern const char kPriority[];
ONC_EXPORT extern const char kProxySettings[];
-ONC_EXPORT extern const char kSearchDomains[];
ONC_EXPORT extern const char kSource[];
ONC_EXPORT extern const char kSourceDevice[];
ONC_EXPORT extern const char kSourceDevicePolicy[];
@@ -183,6 +181,7 @@ ONC_EXPORT extern const char kIPv4[];
ONC_EXPORT extern const char kIPv6[];
ONC_EXPORT extern const char kNameServers[];
ONC_EXPORT extern const char kRoutingPrefix[];
+ONC_EXPORT extern const char kSearchDomains[];
ONC_EXPORT extern const char kType[];
ONC_EXPORT extern const char kWebProxyAutoDiscoveryUrl[];
} // namespace ipconfig