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

Side by Side Diff: chromeos/test/data/network/managed_toplevel_with_global_config.onc

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "GlobalNetworkConfiguration":{
3 "AllowOnlyPolicyNetworksToAutoconnect": true
4 },
5 "NetworkConfigurations":[
6 {
7 "Ethernet":{
8 "Authentication":"None"
9 },
10 "GUID":"guid",
11 "Name":"name",
12 "Type":"Ethernet"
13 }
14 ]
15 }
OLDNEW
« no previous file with comments | « chromeos/network/policy_applicator.cc ('k') | chromeos/test/data/network/policy/policy_disallow_autoconnect.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698