Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/managed-storage-schema.json

Issue 5251132066627584: Issue 1488 - Add pre-configurable preference to suppress first run page (Closed)
Patch Set: Created March 19, 2015, 2:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/managed-storage-schema.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/chrome/managed-storage-schema.json
@@ -0,0 +1,8 @@
+{
+ "type": "object",
+ "properties": {
+ "suppress_first_run_page": {
+ "type": "boolean"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld