Make the completion callback optional
This commit is contained in:
parent
f493eb34ae
commit
225321b580
6 changed files with 35 additions and 7 deletions
|
@ -5,11 +5,11 @@
|
|||
#ifndef ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
|
||||
#define ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "atom/browser/net/js_asker.h"
|
||||
#include "net/url_request/url_request_simple_job.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace atom {
|
||||
|
||||
class URLRequestStringJob : public JsAsker<net::URLRequestSimpleJob> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue