Update NetworkDelegate
* Remove Deprecated OnResponseStarted. https://chromium-review.googlesource.com/c/chromium/src/+/763193 * Replace cookie lines with CanonicalCookie in CanSetCookie delegates. https://chromium-review.googlesource.com/c/chromium/src/+/775606 * Reporting: Check upload permissions asynchronously https://chromium-review.googlesource.com/c/chromium/src/+/937566
This commit is contained in:
parent
bf55d856d2
commit
026e7bff40
6 changed files with 20 additions and 15 deletions
|
@ -96,7 +96,7 @@ class AtomNetworkDelegate : public brightray::NetworkDelegate {
|
|||
GURL* allowed_unsafe_redirect_url) override;
|
||||
void OnBeforeRedirect(net::URLRequest* request,
|
||||
const GURL& new_location) override;
|
||||
void OnResponseStarted(net::URLRequest* request) override;
|
||||
void OnResponseStarted(net::URLRequest* request, int net_error) override;
|
||||
void OnCompleted(net::URLRequest* request, bool started) override;
|
||||
void OnURLRequestDestroyed(net::URLRequest* request) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue