mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -249,7 +249,7 @@ InputStreamReader::InputStreamReader(
|
||||
DCHECK(work_thread_task_runner_);
|
||||
}
|
||||
|
||||
InputStreamReader::~InputStreamReader() {}
|
||||
InputStreamReader::~InputStreamReader() = default;
|
||||
|
||||
void InputStreamReader::Skip(int64_t skip_bytes,
|
||||
InputStream::SkipCallback callback) {
|
||||
@@ -698,7 +698,7 @@ void StreamReaderURLLoader::ContinueWithResponseHeaders(
|
||||
if (has_redirect_url || pending_headers->IsRedirect(&location)) {
|
||||
pending_response->encoded_data_length = header_length_;
|
||||
pending_response->content_length = 0;
|
||||
pending_response->encoded_body_length = 0;
|
||||
pending_response->encoded_body_length = nullptr;
|
||||
const GURL new_location =
|
||||
has_redirect_url ? *redirect_url : request_.url.Resolve(location);
|
||||
client_->OnReceiveRedirect(
|
||||
|
Reference in New Issue
Block a user