| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 1c1dccdaca42cccdadf3bcfd6805f64af46655ce..4909aedb2e3b3b0543ab81edc95e126898806d23 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -41,6 +41,7 @@ const char kIPConfigs[] = "IPConfigs";
|
| const char kMacAddress[] = "MacAddress";
|
| const char kName[] = "Name";
|
| const char kNameServers[] = "NameServers";
|
| +const char kPriority[] = "Priority";
|
| const char kProxySettings[] = "ProxySettings";
|
| const char kSearchDomains[] = "SearchDomains";
|
| const char kConnectionState[] = "ConnectionState";
|
|
|