Index: chrome/common/extensions/api/events.json |
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json |
index b09dba7582e67746c43c294f0b8e3b486537a9db..0a474bdbcee797b3acdd482d325b26d6c1579af3 100644 |
--- a/chrome/common/extensions/api/events.json |
+++ b/chrome/common/extensions/api/events.json |
@@ -262,7 +262,7 @@ |
}, |
"queryContains": { |
"type": "string", |
- "description": "Matches if the query segment of the URL contains a specified string.", |
+ "description": "Matches if the query segment of the URL contains a specified set of key value pairs with '&' as the delimiter. Query starting with a partial key or value is not supported, i.e., the string should start with a full key optionally followed by an equal sign and a value.", |
battre
2014/04/01 14:46:07
s/Query starting/A queryContains filter starting/
|
"optional": true |
}, |
"queryEquals": { |