mirror of
https://github.com/electron/electron.git
synced 2026-01-30 17:58:33 -05:00
Update for changes to content::CreatePersistentCookieStore in Chrome 31
I just copied how Chrome initializes this object.
This commit is contained in:
@@ -70,6 +70,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||
base_path_.Append(FILE_PATH_LITERAL("Cookies")),
|
||||
false,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr));
|
||||
storage_->set_server_bound_cert_service(new net::ServerBoundCertService(
|
||||
new net::DefaultServerBoundCertStore(NULL),
|
||||
|
||||
Reference in New Issue
Block a user