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

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

Issue 1043343002: Use networkingPrivate.startConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_cellular
Patch Set: Fix tests, add comment Created 5 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
« no previous file with comments | « components/device_event_log/device_event_log_impl.cc ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 5f001fcf643ec02676f9d79a6762e5457d70cecc..e0fcb487cdf71412ae98d71fb5fa28cef306e86c 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -456,10 +456,10 @@
(optional, read-only)
<span class="type">string</span>
</span>
- The current error state for this network. Error states are provided by
- the system and are not explicitly defined here. They may or may not be
- human-readable. This field will be empty or absent if the network is not
- in an error state.
+ The current error state for this network, if any. Error states are
+ provided by the system and are not explicitly defined here. They may or
+ may not be human-readable. This field will be empty or absent if the
+ network is not in an error state.
</dd>
<dt class="field">MacAddress</dt>
@@ -720,7 +720,10 @@
</span>
Describes the passphrase for WEP/WPA/WPA2
connections. If <span class="value">WEP-PSK</span> is used, the passphrase
- must be of the format 0x&lt;hex-number&gt;, where &lt;hex-number&gt; is
+ must be of the format 0x&lt;
+hex - number& gt;
pneubeck (no reviews) 2015/04/15 07:46:45 that looks unintentional
stevenjb 2015/04/16 17:19:19 Hm, odd. Don't know where that came from. Fixed in
+, where& lt;
+hex - number& gt; is
40, 104, 128, or 232 bits.
</dd>
« no previous file with comments | « components/device_event_log/device_event_log_impl.cc ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698