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

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

Issue 2883283004: Merged Tether and cellular network types in System Tray. (Closed)
Patch Set: Merged Tether and cellular network types in System Tray. Created 3 years, 7 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 | « no previous file | ash/system/network/network_list.h » ('j') | ash/system/network/network_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ash/system/network/network_list.h » ('j') | ash/system/network/network_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698