Notify net error asyncronously

Notifying net error syncronously would result in crash.
This commit is contained in:
Cheng Zhao 2017-08-02 11:07:03 +09:00
parent b315eb83fd
commit 4e2cb549c7
2 changed files with 6 additions and 3 deletions

View file

@ -89,7 +89,6 @@ class URLRequestAsarJob : public net::URLRequestJob {
// Callback after fetching file info on a background thread.
void DidFetchMetaInfo(const FileMetaInfo* meta_info);
// Callback after opening file on a background thread.
void DidOpen(int result);