| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index 8576292b04e22909c02eeb12487988633a3a67c3..ff6301c2b321827f00e14d0b9b6035dd2eba7eb7 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -82,12 +82,14 @@ ONC_EXPORT extern const char kConnectionState[];
|
| ONC_EXPORT extern const char kRestrictedConnectivity[];
|
| ONC_EXPORT extern const char kConnectable[];
|
| ONC_EXPORT extern const char kErrorState[];
|
| +ONC_EXPORT extern const char kTether[];
|
| ONC_EXPORT extern const char kType[];
|
| ONC_EXPORT extern const char kVPN[];
|
| ONC_EXPORT extern const char kWiFi[];
|
| ONC_EXPORT extern const char kWimax[];
|
|
|
| ONC_EXPORT extern std::string CellularProperty(const std::string& property);
|
| +ONC_EXPORT extern std::string TetherProperty(const std::string& property);
|
| ONC_EXPORT extern std::string VpnProperty(const std::string& property);
|
| ONC_EXPORT extern std::string WifiProperty(const std::string& property);
|
|
|
| @@ -96,6 +98,7 @@ ONC_EXPORT extern std::string WifiProperty(const std::string& property);
|
| namespace network_type {
|
| ONC_EXPORT extern const char kCellular[];
|
| ONC_EXPORT extern const char kEthernet[];
|
| +ONC_EXPORT extern const char kTether[];
|
| ONC_EXPORT extern const char kVPN[];
|
| ONC_EXPORT extern const char kWiFi[];
|
| ONC_EXPORT extern const char kWimax[];
|
| @@ -216,6 +219,12 @@ ONC_EXPORT extern const char kEAP[];
|
| ONC_EXPORT extern const char k8021X[];
|
| } // namespace ethernet
|
|
|
| +namespace tether {
|
| +ONC_EXPORT extern const char kBatteryPercentage[];
|
| +ONC_EXPORT extern const char kCarrier[];
|
| +ONC_EXPORT extern const char kSignalStrength[];
|
| +} // namespace tether
|
| +
|
| namespace wifi {
|
| ONC_EXPORT extern const char kAllowGatewayARPPolling[];
|
| ONC_EXPORT extern const char kAutoConnect[];
|
|
|