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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="onc_spec.css" > 5 <link rel="stylesheet" href="onc_spec.css" >
6 <script src="onc_spec.js"></script> 6 <script src="onc_spec.js"></script>
7 <title>Open Network Configuration Format</title> 7 <title>Open Network Configuration Format</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 The current connection state for this network, provided by the system. 381 The current connection state for this network, provided by the system.
382 <span class="rule"> 382 <span class="rule">
383 <span class="rule_id"></span> 383 <span class="rule_id"></span>
384 Allowed values are: 384 Allowed values are:
385 <span class="value">Connected</span>, 385 <span class="value">Connected</span>,
386 <span class="value">Connecting</span>, 386 <span class="value">Connecting</span>,
387 <span class="value">NotConnected</span> 387 <span class="value">NotConnected</span>
388 </span> 388 </span>
389 </dd> 389 </dd>
390 390
391 <dt class="field">Restricted</dt>
pneubeck (no reviews) 2014/09/05 16:05:44 for consideration: When I read this CL again, and
stevenjb 2014/09/05 16:54:21 Done.
392 <dd>
393 <span class="field_meta">
394 (optional, read-only)
395 <span class="type">boolean</span>
396 </span>
397 True if a connnected network has limited connectivity to the Internet,
398 e.g. a connection is behind a portal or a cellular network is not
399 activated or requires payment.
400 </dd>
401
391 <dt class="field">Connectable</dt> 402 <dt class="field">Connectable</dt>
392 <dd> 403 <dd>
393 <span class="field_meta"> 404 <span class="field_meta">
394 (optional, read-only) 405 (optional, read-only)
395 <span class="type">boolean</span> 406 <span class="type">boolean</span>
396 </span> 407 </span>
397 True if the system indicates that the network can be connected to without 408 True if the system indicates that the network can be connected to without
398 any additional configuration. 409 any additional configuration.
399 </dd> 410 </dd>
400 411
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
2352 is transmitted or saved to disk should be secure. On client device, when 2363 is transmitted or saved to disk should be secure. On client device, when
2353 user names for connections that are user-specific are persisted to disk, 2364 user names for connections that are user-specific are persisted to disk,
2354 they should be stored in a location that is encrypted. Users can also opt in 2365 they should be stored in a location that is encrypted. Users can also opt in
2355 these cases to not save their user credentials in the config file and will 2366 these cases to not save their user credentials in the config file and will
2356 instead be prompted when they are needed. 2367 instead be prompted when they are needed.
2357 </p> 2368 </p>
2358 </section> 2369 </section>
2359 </section> 2370 </section>
2360 </body> 2371 </body>
2361 </html> 2372 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698