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

Side by Side Diff: chrome/test/data/policy/device_management

Issue 6161007: New protocol and testserver for the Chrome-DMServer protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: serialized list protos -> repeated fields Created 9 years, 11 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
1 { 1 {
2 "HomepageLocation" : "http://www.chromium.org" 2 "enforced": {
3 } 3 "HomepageLocation" : "http://www.chromium.org"
4 },
5 "recommended": {
6 },
7 "managed_users": [
8 "*"
9 ]
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698