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

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

Issue 552113002: Add ONC 'Source' configuration property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_9a
Patch Set: Add ONC_SOURCE_UNKNOWN Created 6 years, 3 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 ac2e50045fb1d11a152cd36cca614a46a36ed699..8c331d13cb85f4d821ffd4ff3ede7c7ba1cdec1b 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -431,6 +431,35 @@
networks. The format is 00:11:22:AA:BB:CC.
</dd>
+ <dt class="field">Source</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">string</span>
+ </span>
+ Indicates whether the network is configured and how it is configured:
+ <ul>
+ <li><span class="value">User</span>: Configured for the active
+ user.</li>
+ <li><span class="value">Device</span>: Configured for the device.</li>
pneubeck (no reviews) 2014/09/10 20:22:38 'device' has many meanings. Please mention 'other
stevenjb 2014/09/10 22:42:02 Done.
+ <li><span class="value">UserPolicy</span>: Configured by a user
pneubeck (no reviews) 2014/09/10 20:22:39 drop the 'a' in front of user policy
stevenjb 2014/09/10 22:42:02 That's awkward in english, but s/a/the/.
+ policty for the active user.</li>
pneubeck (no reviews) 2014/09/10 20:22:39 typo: policty
stevenjb 2014/09/10 22:42:02 Done.
+ <li><span class="value">DevicePolicy</span>: Configured by a device
pneubeck (no reviews) 2014/09/10 20:22:38 drop the 'a' in front of device policy
stevenjb 2014/09/10 22:42:02 Done.
+ policty for the device.</li>
pneubeck (no reviews) 2014/09/10 20:22:39 typo: policty
stevenjb 2014/09/10 22:42:02 Done.
+ <li><span class="value">None</span>: Not configured, e.g. a visibe
pneubeck (no reviews) 2014/09/10 20:22:39 typo: visibe
stevenjb 2014/09/10 22:42:02 Done.
+ but unconfigured WiFi network.</li>
+ </ul>
+ <span class="rule">
+ <span class="rule_id"></span>
+ Allowed values are:
+ <span class="value">User</span>,
+ <span class="value">Device</span>,
+ <span class="value">UserPolicy</span>,
+ <span class="value">DevicePolicy</span>,
+ <span class="value">None</span>
+ </span>
+ </dd>
+
<dt class="field">Priority</dt>
<dd>
<span class="field_meta">

Powered by Google App Engine
This is Rietveld 408576698