Index: chrome/common/extensions/api/web_request.json |
diff --git a/chrome/common/extensions/api/web_request.json b/chrome/common/extensions/api/web_request.json |
index 708931eb6b25bd9b6464e72d392706f628bf746c..5a96a8c1ea8043bc8efe5e74a163fcf0ae5a6d7d 100644 |
--- a/chrome/common/extensions/api/web_request.json |
+++ b/chrome/common/extensions/api/web_request.json |
@@ -134,7 +134,7 @@ |
"requestBody": { |
"type": "object", |
"optional": true, |
- "description": "Contains the HTTP request body data. Experimental feature, only available in DEV or CANARY channels. Only provided if extraInfoSpec contains 'requestBody'.", |
+ "description": "Contains the HTTP request body data. Only provided if extraInfoSpec contains 'requestBody'.", |
"properties": { |
"error": {"type": "string", "optional": true, "description": "Errors when obtaining request body data."}, |
"formData": { |