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

Unified Diff: components/onc/docs/onc_spec.md

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Created 3 years, 8 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: components/onc/docs/onc_spec.md
diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md
index c42e357c90948403a51e07eae68fe8024a726af9..de07cb08f9a0bc76141dc5600a9e14d9e09ab9c0 100644
--- a/components/onc/docs/onc_spec.md
+++ b/components/onc/docs/onc_spec.md
@@ -1456,6 +1456,12 @@ a phone.
* The name of the cellular carrier when the hotspot is provided by a
cellular connection.
+* **HasConnectedToHost**
stevenjb 2017/04/27 19:28:53 I don't love this name. I'm not sure I have a grea
Kyle Horimoto 2017/04/27 19:40:23 Unfortunately, "Authenticated" doesn't apply to th
stevenjb 2017/04/27 19:47:32 As long as you and Ryan and/or Jeremy are in agree
+ * (read-only) - **boolean**
+ * If *true*, the current device has already connected to a Tether network
+ created by the same external device which is providing this Tether
+ network.
+
* **SignalStrength**
* (optional, read-only) - **integer**
* The current signal strength for the hotspot's connection in the range

Powered by Google App Engine
This is Rietveld 408576698