Remove AtomBrowserContext::Get
This commit is contained in:
parent
923296b4ee
commit
91f3b3955a
2 changed files with 0 additions and 9 deletions
|
@ -104,10 +104,4 @@ content::BrowserPluginGuestManager* AtomBrowserContext::GetGuestManager() {
|
||||||
return guest_manager_.get();
|
return guest_manager_.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
|
||||||
AtomBrowserContext* AtomBrowserContext::Get() {
|
|
||||||
return static_cast<AtomBrowserContext*>(
|
|
||||||
AtomBrowserMainParts::Get()->browser_context());
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
|
@ -17,9 +17,6 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
||||||
AtomBrowserContext();
|
AtomBrowserContext();
|
||||||
virtual ~AtomBrowserContext();
|
virtual ~AtomBrowserContext();
|
||||||
|
|
||||||
// Returns the browser context singleton.
|
|
||||||
static AtomBrowserContext* Get();
|
|
||||||
|
|
||||||
// brightray::URLRequestContextGetter::Delegate:
|
// brightray::URLRequestContextGetter::Delegate:
|
||||||
net::URLRequestJobFactory* CreateURLRequestJobFactory(
|
net::URLRequestJobFactory* CreateURLRequestJobFactory(
|
||||||
content::ProtocolHandlerMap* handlers,
|
content::ProtocolHandlerMap* handlers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue