Move BrowserProcess to BrowserMainParts
This commit is contained in:
parent
0120be5b8c
commit
e6341ceaaa
4 changed files with 9 additions and 8 deletions
|
@ -13,7 +13,6 @@
|
|||
#include "base/command_line.h"
|
||||
#include "base/threading/sequenced_worker_pool.h"
|
||||
#include "base/threading/worker_pool.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/common/url_constants.h"
|
||||
#include "net/ftp/ftp_network_layer.h"
|
||||
|
@ -40,8 +39,7 @@ class NoCacheBackend : public net::HttpCache::BackendFactory {
|
|||
} // namespace
|
||||
|
||||
AtomBrowserContext::AtomBrowserContext()
|
||||
: fake_browser_process_(new BrowserProcess),
|
||||
job_factory_(new AtomURLRequestJobFactory) {
|
||||
: job_factory_(new AtomURLRequestJobFactory) {
|
||||
}
|
||||
|
||||
AtomBrowserContext::~AtomBrowserContext() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue