Index: chrome/common/extensions/docs/extensions/declarativeWebRequest.html |
diff --git a/chrome/common/extensions/docs/extensions/declarativeWebRequest.html b/chrome/common/extensions/docs/extensions/declarativeWebRequest.html |
index 44ab433edbaf81e6608faf386a9b7080f981426f..6dc32f0505acf5aace3443d00d8c0c84d7d981a2 100644 |
--- a/chrome/common/extensions/docs/extensions/declarativeWebRequest.html |
+++ b/chrome/common/extensions/docs/extensions/declarativeWebRequest.html |
@@ -774,6 +774,36 @@ very fast URL matching algorithm for hundreds of thousands of URLs. |
<!-- OBJECT EVENT FIELDS --> |
<!-- FUNCTION PARAMETERS --> |
</div> |
+ </div><div> |
+ <div> |
+ <dt> |
+ <var>contentType</var> |
+ <em> |
+ <!-- TYPE --> |
+ <div style="display:inline"> |
+ ( |
+ <span class="optional">optional</span> |
+ <span id="typeTemplate"> |
+ <span> |
+ <span> |
+ array of <span><span> |
+ <span> |
+ <span>string</span> |
+ </span> |
+ </span></span> |
+ </span> |
+ </span> |
+ </span> |
+ ) |
+ </div> |
+ </em> |
+ </dt> |
+ <dd>Matches if the MIME media type of a response (from the HTTP Content-Type header) is contained in the list.</dd> |
+ <!-- OBJECT PROPERTIES --> |
+ <!-- OBJECT METHODS --> |
+ <!-- OBJECT EVENT FIELDS --> |
+ <!-- FUNCTION PARAMETERS --> |
+ </div> |
</div> |
</dl> |
</dd> |