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

Unified Diff: chromeos/network/network_type_pattern.cc

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: chromeos/network/network_type_pattern.cc
diff --git a/chromeos/network/network_type_pattern.cc b/chromeos/network/network_type_pattern.cc
index 9e3c02cc1fc100d3bdab7d2a8dade40fa12bde23..1c24e1a7905ebd3e264133f67bbff44b62a8bf48 100644
--- a/chromeos/network/network_type_pattern.cc
+++ b/chromeos/network/network_type_pattern.cc
@@ -74,7 +74,7 @@ NetworkTypePattern NetworkTypePattern::Mobile() {
// static
NetworkTypePattern NetworkTypePattern::NonVirtual() {
- return NetworkTypePattern(~(kNetworkTypeVPN | kNetworkTypeTether));
+ return NetworkTypePattern(~kNetworkTypeVPN);
Ryan Hansberry 2017/02/15 19:57:39 I changed this in order for the Tether pattern to
stevenjb 2017/02/15 20:59:04 I'm worried about other uses of NetworkTypePattern
Ryan Hansberry 2017/02/16 22:42:20 Got it. Undid this, and changed NetworkListMd::Upd
}
// static
« chromeos/network/network_state_handler.cc ('K') | « chromeos/network/network_state_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698