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

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: address comments + some cleanup 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | net/test/test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4cd0371c8dbc4f174d1c3f80d61068108d9759a4 100644
--- a/chrome/test/data/policy/device_management
+++ b/chrome/test/data/policy/device_management
@@ -1,3 +1,12 @@
{
- "HomepageLocation" : "http://www.chromium.org"
+ "chromeos/device": {
+ "mandatory": {
+ "HomepageLocation" : "http://www.chromium.org"
+ },
+ "recommended": {
+ }
+ },
+ "managed_users": [
+ "*"
+ ]
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | net/test/test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698