Index: chrome/common/extensions/api/declarative_content.json |
diff --git a/chrome/common/extensions/api/declarative_content.json b/chrome/common/extensions/api/declarative_content.json |
index bed20fcb4f298241bc8558f8077f98c30462aa5a..13d302b14511b71400e17b82ef5e2cdafb2bc4c2 100644 |
--- a/chrome/common/extensions/api/declarative_content.json |
+++ b/chrome/common/extensions/api/declarative_content.json |
@@ -21,16 +21,12 @@ |
"css": { |
"type": "array", |
"optional": true, |
- "description": "Matches if all of the CSS selectors in the array match in a frame with the same origin as the page's main frame. Note that listing hundreds of CSS selectors here can slow down web sites.", |
+ "description": "Matches if all of the CSS selectors in the array match in a frame with the same origin as the page's main frame. Note that listing hundreds of CSS selectors or CSS selectors that match hundreds of times per page can slow down web sites.", |
// TODO(jyasskin): Figure out if we want to require all |
// the selectors to match in the same frame, or allow several |
// frames to contribute to a match. |
"items": { "type": "string" } |
- // TODO(jyasskin): Validate that the selectors in this |
- // array are valid. Otherwise, we can get exceptions from |
- // content_watcher.js:FindMatchingSelectors() long after the |
- // rule is registered. |
-// }, |
+// }, |
// TODO: "text": { |
// "type": "array", |
// "optional": true, |