Index: ash/system/network/network_info.h |
diff --git a/ash/system/network/network_info.h b/ash/system/network/network_info.h |
index d0055fd5540013654a0a435180bc721fc2b22b65..fd838c83881a76f42ac089389948781fbfa99615 100644 |
--- a/ash/system/network/network_info.h |
+++ b/ash/system/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, TETHER, CELLULAR }; |
+ enum class Type { UNKNOWN, WIFI, CELLULAR }; |
stevenjb
2017/05/23 22:11:07
Let's change 'CELLULAR' to 'MOBILE' to reflect tha
Ryan Hansberry
2017/05/27 00:16:22
Ping.
lesliewatkins
2017/05/30 18:29:51
Done.
|
NetworkInfo(); |
NetworkInfo(const std::string& guid); |