| Index: ash/common/system/chromeos/network/network_info.h
|
| diff --git a/ash/common/system/chromeos/network/network_info.h b/ash/common/system/chromeos/network/network_info.h
|
| index 758ac8572531bb70e98bf30b2e36f322eaa585a1..c321a8371432ca61a2c504535c07a453481aa5d5 100644
|
| --- a/ash/common/system/chromeos/network/network_info.h
|
| +++ b/ash/common/system/chromeos/network/network_info.h
|
| @@ -19,7 +19,7 @@ namespace ash {
|
| // Includes information necessary about a network for displaying the appropriate
|
| // UI to the user.
|
| struct NetworkInfo {
|
| - enum class Type { UNKNOWN, WIFI, CELLULAR };
|
| + enum class Type { UNKNOWN, WIFI, TETHER, CELLULAR };
|
|
|
| NetworkInfo();
|
| NetworkInfo(const std::string& guid);
|
|
|