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

Unified Diff: chromeos/network/network_state_handler.h

Issue 2701463003: Create a Tether section in the system tray network list. (Closed)
Patch Set: Remove hack. Created 3 years, 10 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_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;

Powered by Google App Engine
This is Rietveld 408576698