Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: ash/common/system/chromeos/network/network_info.h

Issue 2701463003: Create a Tether section in the system tray network list. (Closed)
Patch Set: Comments. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/common/system/chromeos/network/network_list_md.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/common/system/chromeos/network/network_list_md.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698