| Index: extensions/common/api/mime_handler.mojom
|
| diff --git a/extensions/common/api/mime_handler.mojom b/extensions/common/api/mime_handler.mojom
|
| index 30031e633f9c87c55d0ffcad35fcaeb4cded3266..7eefc02c1be4723e06fd9642f43a6bfd1b1272da 100644
|
| --- a/extensions/common/api/mime_handler.mojom
|
| +++ b/extensions/common/api/mime_handler.mojom
|
| @@ -22,7 +22,7 @@ struct StreamInfo {
|
| // 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
|
| - // ",".
|
| + // ",". Non-ASCII headers are dropped.
|
| map<string, string> response_headers;
|
|
|
| // Whether the stream is embedded within another document.
|
|
|