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

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

Issue 260083007: Replace chrome://network implementation with networkConfig API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 10b2f0f29896bc7c98dc9b07d28d6059ffdb54e0..db21aa58c4b017ea9989be5dd1b890ed871d0d39 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -351,6 +351,25 @@
</span>
Indicates which kind of connection this is.
</dd>
+
+ <dt class="field">ConnectionState</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">ConnectionState</span>
pneubeck (no reviews) 2014/04/30 08:44:02 ConnectionState -> string ?
stevenjb 2014/05/01 01:45:14 Done.
+ </span>
+ The current connection state for this network, provided by the system.
pneubeck (no reviews) 2014/04/30 08:44:02 This and the other comments in this file could be
stevenjb 2014/05/01 01:45:14 Done.
+ </dd>
+
+ <dt class="field">ErrorState</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">ErrorState</span>
pneubeck (no reviews) 2014/04/30 08:44:02 -> string ?
stevenjb 2014/05/01 01:45:14 Done.
+ </span>
+ The current system dependent error state for this network.
pneubeck (no reviews) 2014/04/30 08:44:02 Either this is english-humanreadable or we should
stevenjb 2014/05/01 01:45:14 Done.
+ </dd>
+
</dl>
<section>
@@ -553,6 +572,15 @@
</span>
SSID of the network.
</dd>
+
+ <dt class="field">SignalStrength</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">SignalStrength</span>
pneubeck (no reviews) 2014/04/30 08:44:02 -> integer ?
stevenjb 2014/05/01 01:45:14 Done.
+ </span>
+ The current signal strength for this network, provided by the system.
pneubeck (no reviews) 2014/04/30 08:44:02 Should mention the range and the value if the netw
stevenjb 2014/05/01 01:45:14 Done.
+ </dd>
</dl>
</section>

Powered by Google App Engine
This is Rietveld 408576698