Index: chrome/common/extensions/api/extension.json |
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json |
index 854dec77d7e88d290f6a3e4375e583f780285967..b69b12e7c05f649763f69c94edc5996c0c93e4f9 100644 |
--- a/chrome/common/extensions/api/extension.json |
+++ b/chrome/common/extensions/api/extension.json |
@@ -79,9 +79,9 @@ |
"properties": { |
"type": { |
"type": "string", |
- "enum": ["tab", "infobar", "notification", "popup"], |
+ "enum": ["tab", "notification", "popup"], |
"optional": true, |
- "description": "The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'infobar', 'notification', 'popup'." |
+ "description": "The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'notification', 'popup'." |
}, |
"windowId": { |
"type": "integer", |