Chromium Code Reviews| 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. |