Update to Chromium revision 939b32ee (#454471)

This commit is contained in:
Marshall Greenblatt
2017-03-03 17:37:23 -05:00
parent fe68aee82c
commit 54647945f1
127 changed files with 1874 additions and 964 deletions

View File

@@ -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_;