mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 939b32ee (#454471)
This commit is contained in:
@@ -23,14 +23,12 @@ class CefSchemeRegistrarImpl : public CefSchemeRegistrar {
|
||||
bool is_local,
|
||||
bool is_display_isolated,
|
||||
bool is_secure,
|
||||
bool is_cors_enabled) override;
|
||||
bool is_cors_enabled,
|
||||
bool is_csp_bypassing) override;
|
||||
|
||||
void GetSchemes(content::ContentClient::Schemes* schemes);
|
||||
|
||||
private:
|
||||
// Verify that the object is being accessed from the correct thread.
|
||||
bool VerifyContext();
|
||||
|
||||
content::ContentClient::Schemes schemes_;
|
||||
std::set<std::string> registered_schemes_;
|
||||
|
||||
|
Reference in New Issue
Block a user