mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove the old network implementation (see issue #2622)
The `--disable-features=NetworkService` flag is no longer supported.
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
|
||||
#include "libcef/browser/context.h"
|
||||
#include "libcef/browser/thread_util.h"
|
||||
#include "libcef/common/net_service/util.h"
|
||||
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/logging.h"
|
||||
@ -43,10 +42,5 @@ void CefLoadCRLSetsFile(const CefString& path) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!net_service::IsEnabled()) {
|
||||
NOTIMPLEMENTED();
|
||||
return;
|
||||
}
|
||||
|
||||
CEF_POST_USER_VISIBLE_TASK(base::BindOnce(&LoadFromDisk, path));
|
||||
}
|
||||
|
Reference in New Issue
Block a user