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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/policy/device_management
diff --git a/chrome/test/data/policy/device_management b/chrome/test/data/policy/device_management
index 06a49f9c7367be9190fb3ecea6b5f76c3bd2156f..4c90d7c15fa7cc390be3ccd96d0622ad5e2a8825 100644
--- a/chrome/test/data/policy/device_management
+++ b/chrome/test/data/policy/device_management
@@ -1,3 +1,10 @@
{
- "HomepageLocation" : "http://www.chromium.org"
-}
+ "enforced": {
+ "HomepageLocation" : "http://www.chromium.org"
+ },
+ "recommended": {
+ },
+ "managed_users": [
+ "*"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698