d56617e5d0
* chore: avoid appending git version to the exported patches * fix no-eol at end of v8 patch
18 lines
758 B
Diff
18 lines
758 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Cheng Zhao <zcbenz@gmail.com>
|
|
Date: Thu, 20 Sep 2018 17:46:06 -0700
|
|
Subject: net_url_request_job.patch
|
|
|
|
|
|
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
|
|
index 7a223958751012b2042a91edf85578b00702d565..08a3940915c61746c7bf80d24400875099f9686c 100644
|
|
--- a/net/url_request/url_request_job.h
|
|
+++ b/net/url_request/url_request_job.h
|
|
@@ -292,6 +292,7 @@ class NET_EXPORT URLRequestJob : public base::PowerObserver {
|
|
void OnCallToDelegate(NetLogEventType type);
|
|
void OnCallToDelegateComplete();
|
|
|
|
+ public:
|
|
// Called to read raw (pre-filtered) data from this Job. Reads at most
|
|
// |buf_size| bytes into |buf|.
|
|
// Possible return values:
|