Index: chromeos/network/network_state_handler.h |
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h |
index 5b502253073fd93c24b3ca97282351dac6dafdef..69ee59a886aa9e8b034d5dbbfd79179b040b68e5 100644 |
--- a/chromeos/network/network_state_handler.h |
+++ b/chromeos/network/network_state_handler.h |
@@ -91,7 +91,8 @@ class CHROMEOS_EXPORT NetworkStateHandler |
const tracked_objects::Location& from_here); |
// Returns the state for technology |type|. Only |
- // NetworkTypePattern::Primitive, ::Mobile and ::Ethernet are supported. |
+ // NetworkTypePattern::Primitive, ::Mobile, ::Ethernet, and ::Tether are |
+ // supported. |
TechnologyState GetTechnologyState(const NetworkTypePattern& type) const; |
bool IsTechnologyAvailable(const NetworkTypePattern& type) const { |
return GetTechnologyState(type) != TECHNOLOGY_UNAVAILABLE; |