summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
diff options
context:
space:
mode:
authorlionel.g.landwerlin <lionel.g.landwerlin@intel.com>2015-07-16 10:45:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 17:46:04 +0000
commita71701a195fb434b02cacf095b28219858daa15e (patch)
tree88bd6ea2656b0a493c6e4a068c2ee98244dbae6b /tools/json_schema_compiler
parent7faefa0619890affae8dce0905aaca85083aa7b8 (diff)
downloadchromium_src-a71701a195fb434b02cacf095b28219858daa15e.zip
chromium_src-a71701a195fb434b02cacf095b28219858daa15e.tar.gz
chromium_src-a71701a195fb434b02cacf095b28219858daa15e.tar.bz2
extensions: tabs/windows: add devtools to the list of window type
BUG=394341 Review URL: https://codereview.chromium.org/1227373005 Cr-Commit-Position: refs/heads/master@{#339068}
Diffstat (limited to 'tools/json_schema_compiler')
-rw-r--r--tools/json_schema_compiler/test/tabs.json2
-rw-r--r--tools/json_schema_compiler/test/windows.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/json_schema_compiler/test/tabs.json b/tools/json_schema_compiler/test/tabs.json
index 7dca080..d75e110 100644
--- a/tools/json_schema_compiler/test/tabs.json
+++ b/tools/json_schema_compiler/test/tabs.json
@@ -265,7 +265,7 @@
"windowType": {
"type": "string",
"optional": true,
- "enum": ["normal", "popup", "panel", "app"],
+ "enum": ["normal", "popup", "panel", "app", "devtools"],
"description": "The type of window the tabs are in."
}
}
diff --git a/tools/json_schema_compiler/test/windows.json b/tools/json_schema_compiler/test/windows.json
index ae90084..9cf0e38 100644
--- a/tools/json_schema_compiler/test/windows.json
+++ b/tools/json_schema_compiler/test/windows.json
@@ -18,7 +18,7 @@
"type": {
"type": "string",
"description": "The type of browser window this is.",
- "enum": ["normal", "popup", "panel", "app"]
+ "enum": ["normal", "popup", "panel", "app", "devtools"]
},
"state": {
"type": "string",