| Index: extensions/common/api/mime_handler_private.idl
|
| diff --git a/extensions/common/api/mime_handler_private.idl b/extensions/common/api/mime_handler_private.idl
|
| index af402d718efb83c9e6f8854ced8afecf9fa79690..dfd47be6ae974f216483dace661b0f8e4a06fa39 100644
|
| --- a/extensions/common/api/mime_handler_private.idl
|
| +++ b/extensions/common/api/mime_handler_private.idl
|
| @@ -21,7 +21,7 @@
|
| // The HTTP response headers of the intercepted request stored as a
|
| // dictionary mapping header name to header value. If a header name appears
|
| // multiple times, the header values are merged in the dictionary and
|
| - // separated by a ", ".
|
| + // separated by a ", ". Non-ASCII headers are dropped.
|
| object responseHeaders;
|
|
|
| // Whether the stream is embedded within another document.
|
|
|