Commit 596c71d2 authored by Jian Li's avatar Jian Li Committed by Commit Bot

Do not set utf-8 encoding in OfflinePageURLLoader

Setting it will skip the auto detection of response encoding.

Bug: 966094
Change-Id: I601bbc99339a94ec314f52af4d38236cdd457017
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650086Reviewed-by: default avatarDmitry Titov <dimich@chromium.org>
Commit-Queue: Jian Li <jianli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#667353}
parent a91f0289
......@@ -293,7 +293,6 @@ void OfflinePageURLLoader::OnReceiveResponse(
}
response_head.mime_type = "multipart/related";
response_head.charset = "utf-8";
response_head.content_length = file_size;
client_->OnReceiveResponse(response_head);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment