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

Unified Diff: chromeos/network/network_type_pattern.h

Issue 2913103002: Add Tether to Mobile NetworkTypePattern. (Closed)
Patch Set: fixed usage of Cellular vs Mobile in some files 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
Index: chromeos/network/network_type_pattern.h
diff --git a/chromeos/network/network_type_pattern.h b/chromeos/network/network_type_pattern.h
index 8dd214fcb76729c56ad7413c036ceae5de4ae84c..2e604b45965c633ed273b019ec2514293875359e 100644
--- a/chromeos/network/network_type_pattern.h
+++ b/chromeos/network/network_type_pattern.h
@@ -20,7 +20,7 @@ class CHROMEOS_EXPORT NetworkTypePattern {
// Matches wireless (WiFi, cellular, etc.) networks
static NetworkTypePattern Wireless();
- // Matches cellular or wimax networks.
+ // Matches cellular, wimax, or Tether networks.
Kyle Horimoto 2017/06/01 22:12:24 nit: "Cellular, WiMAX"
lesliewatkins 2017/06/02 21:31:17 Done.
static NetworkTypePattern Mobile();
// Matches non virtual networks.

Powered by Google App Engine
This is Rietveld 408576698