mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 80.0.3987.0 (#722274)
This commit is contained in:
committed by
Marshall Greenblatt
parent
ed39922f85
commit
71768ea6c3
@@ -13,7 +13,6 @@
|
||||
#include "libcef/browser/request_context_handler_map.h"
|
||||
|
||||
#include "content/public/browser/resource_context.h"
|
||||
#include "net/ssl/client_cert_store.h"
|
||||
|
||||
class GURL;
|
||||
|
||||
@@ -28,8 +27,6 @@ class CefResourceContext : public content::ResourceContext {
|
||||
explicit CefResourceContext(bool is_off_the_record);
|
||||
~CefResourceContext() override;
|
||||
|
||||
std::unique_ptr<net::ClientCertStore> CreateClientCertStore();
|
||||
|
||||
// See comments in CefRequestContextHandlerMap.
|
||||
void AddHandler(int render_process_id,
|
||||
int render_frame_id,
|
||||
|
Reference in New Issue
Block a user