Plumb the method back
This commit is contained in:
parent
489090fcf8
commit
b3c7e2bf33
2 changed files with 10 additions and 2 deletions
|
@ -19,7 +19,7 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
|||
public:
|
||||
AtomBrowserContext(const std::string& partition, bool in_memory);
|
||||
~AtomBrowserContext() override;
|
||||
|
||||
|
||||
// brightray::URLRequestContextGetter::Delegate:
|
||||
std::string GetUserAgent() override;
|
||||
net::URLRequestJobFactory* CreateURLRequestJobFactory(
|
||||
|
@ -36,6 +36,8 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
|||
|
||||
// brightray::BrowserContext:
|
||||
void RegisterPrefs(PrefRegistrySimple* pref_registry) override;
|
||||
|
||||
void AllowNTLMCredentialsForAllDomains(bool should_allow);
|
||||
|
||||
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue