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 95f0651623902e5c9e2e241de46c8d3fb811e656..01b41137982299f5dae5b4c228a43820443b606f 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& path); |