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

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: Create a Tether section in the system tray network list. 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
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);

Powered by Google App Engine
This is Rietveld 408576698