diff options
Diffstat (limited to 'chromium/components/onc/onc_constants.cc')
-rw-r--r-- | chromium/components/onc/onc_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/onc/onc_constants.cc b/chromium/components/onc/onc_constants.cc index 1cff6252612..bd352a788c7 100644 --- a/chromium/components/onc/onc_constants.cc +++ b/chromium/components/onc/onc_constants.cc @@ -46,6 +46,7 @@ const char kIPConfigs[] = "IPConfigs"; const char kIPConfigTypeDHCP[] = "DHCP"; const char kIPConfigTypeStatic[] = "Static"; const char kMacAddress[] = "MacAddress"; +const char kMetered[] = "Metered"; const char kNameServersConfigType[] = "NameServersConfigType"; const char kName[] = "Name"; const char kPriority[] = "Priority"; |