add spec for new permissions
This commit is contained in:
parent
2a278ceb8f
commit
f7556de9fb
12 changed files with 61 additions and 10 deletions
|
@ -65,10 +65,10 @@ std::string RemoveWhitespace(const std::string& str) {
|
|||
AtomBrowserContext::AtomBrowserContext(const std::string& partition,
|
||||
bool in_memory)
|
||||
: brightray::BrowserContext(partition, in_memory),
|
||||
permission_manager_(new AtomPermissionManager),
|
||||
cert_verifier_(nullptr),
|
||||
job_factory_(new AtomURLRequestJobFactory),
|
||||
network_delegate_(new AtomNetworkDelegate),
|
||||
permission_manager_(new AtomPermissionManager),
|
||||
allow_ntlm_everywhere_(false) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue