Delete Alloy bootstrap (fixes #3685)

This commit is contained in:
Marshall Greenblatt
2024-06-25 20:12:37 -04:00
parent b95b3e6fd5
commit a461a89728
282 changed files with 360 additions and 22399 deletions

View File

@@ -10,7 +10,6 @@
#include "cef/include/cef_request_context_handler.h"
#include "cef/include/cef_scheme.h"
#include "cef/libcef/browser/request_context_handler_map.h"
#include "cef/libcef/features/features.h"
#include "content/public/browser/browser_thread.h"
namespace content {
@@ -53,10 +52,6 @@ class CefIOThreadState : public base::RefCountedThreadSafe<
~CefIOThreadState();
#if BUILDFLAG(ENABLE_ALLOY_BOOTSTRAP)
void InitOnIOThread();
#endif
// Map IDs to CefRequestContextHandler objects.
CefRequestContextHandlerMap handler_map_;