| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index 99398bc90124f766cb8d7f79bf9aeb7d128155fb..738b24d6eed0c105841386d96cf25350ef34d48a 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;
|
|
|