Update for changes to content::CreatePersistentCookieStore in Chrome 31

I just copied how Chrome initializes this object.
This commit is contained in:
Adam Roben 2013-12-02 11:39:51 -05:00
parent cfeddb5bcb
commit ab8cb1e3a5

View file

@ -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),