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

Unified Diff: chrome/test/data/extensions/signin_screen_managed_storage/schema.json

Issue 2441653003: Enable fetching of admin policies for login screen apps (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/extensions/signin_screen_managed_storage/schema.json
diff --git a/chrome/test/data/extensions/signin_screen_managed_storage/schema.json b/chrome/test/data/extensions/signin_screen_managed_storage/schema.json
new file mode 100644
index 0000000000000000000000000000000000000000..548964418e8e4495618ee9ebafa76c8ea78c54d9
--- /dev/null
+++ b/chrome/test/data/extensions/signin_screen_managed_storage/schema.json
@@ -0,0 +1,6 @@
+{
+ "type": "object",
+ "properties": {
+ "string-policy": { "type": "string" }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698