Move BrowserProcess to BrowserMainParts

This commit is contained in:
Cheng Zhao 2015-06-18 16:33:12 +08:00
parent 0120be5b8c
commit e6341ceaaa
4 changed files with 9 additions and 8 deletions

View file

@ -7,8 +7,6 @@
#include "brightray/browser/browser_context.h"
class BrowserProcess;
namespace atom {
class AtomURLRequestJobFactory;
@ -35,8 +33,6 @@ class AtomBrowserContext : public brightray::BrowserContext {
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }
private:
// A fake BrowserProcess object that used to feed the source code from chrome.
scoped_ptr<BrowserProcess> fake_browser_process_;
scoped_ptr<WebViewManager> guest_manager_;
AtomURLRequestJobFactory* job_factory_; // Weak reference.