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

Unified Diff: tools/json_schema_compiler/test/windows.json

Issue 2424143002: Elim detached_panel type and update chrome.windows documentation (Closed)
Patch Set: . Created 4 years, 2 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/common/extensions/docs/templates/json/whats_new.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_schema_compiler/test/windows.json
diff --git a/tools/json_schema_compiler/test/windows.json b/tools/json_schema_compiler/test/windows.json
index 9cf0e38b41982f4c1ab056f7ec4a983caedd2442..a3a3a463189442d3eccc87fd2f3fc637212a291c 100644
--- a/tools/json_schema_compiler/test/windows.json
+++ b/tools/json_schema_compiler/test/windows.json
@@ -166,7 +166,7 @@
"type": {
"type": "string",
"optional": true,
- "description": "Specifies what type of browser window to create. The 'panel' type creates a popup unless the '--enable-panels' flag is set.",
+ "description": "Specifies what type of browser window to create.",
"enum": ["normal", "popup", "panel"]
}
},
« no previous file with comments | « chrome/common/extensions/docs/templates/json/whats_new.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698