Update for changes to content::CreatePersistentCookieStore in Chrome 31
I just copied how Chrome initializes this object.
This commit is contained in:
parent
cfeddb5bcb
commit
ab8cb1e3a5
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue