Separate logics between low level URLRequestJob and js calls.

This commit is contained in:
Cheng Zhao 2013-08-30 20:02:17 +08:00
parent 24e613c827
commit df30f130d3
5 changed files with 221 additions and 143 deletions

View file

@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/url_request/url_request_simple_job.h"
#ifndef ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
#define ATOM_BROWSER_NET_URL_REQUEST_STRING_JOB_H_
#include "net/url_request/url_request_simple_job.h"
namespace atom {
class URLRequestStringJob : public net::URLRequestSimpleJob {