Notify net error asyncronously
Notifying net error syncronously would result in crash.
This commit is contained in:
parent
b315eb83fd
commit
4e2cb549c7
2 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue