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

Unified Diff: chromeos/network/network_type_pattern.h

Issue 2913103002: Add Tether to Mobile NetworkTypePattern. (Closed)
Patch Set: Add Tether to Mobile NetworkTypePattern. Created 3 years, 6 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 | « chromeos/network/network_connect.cc ('k') | chromeos/network/network_type_pattern.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1fde992b31606e8948c8bf6c5247da4d1eb03aa2 100644
--- a/chromeos/network/network_type_pattern.h
+++ b/chromeos/network/network_type_pattern.h
@@ -17,10 +17,10 @@ class CHROMEOS_EXPORT NetworkTypePattern {
// Matches any network.
static NetworkTypePattern Default();
- // Matches wireless (WiFi, cellular, etc.) networks
+ // Matches wireless (WiFi, Cellular, etc.) networks
static NetworkTypePattern Wireless();
- // Matches cellular or wimax networks.
+ // Matches Cellular, WiMAX, or Tether networks.
static NetworkTypePattern Mobile();
// Matches non virtual networks.
« no previous file with comments | « chromeos/network/network_connect.cc ('k') | chromeos/network/network_type_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698