| Index: url/url_util.h
|
| diff --git a/url/url_util.h b/url/url_util.h
|
| index 8cbb14c0202c89f691578b8ac4b587df294313a9..08d660890dddff5ae7e57c37d212c19657d5f489 100644
|
| --- a/url/url_util.h
|
| +++ b/url/url_util.h
|
| @@ -106,6 +106,11 @@ URL_EXPORT const std::vector<std::string>& GetCORSEnabledSchemes();
|
| URL_EXPORT void AddWebStorageScheme(const char* new_scheme);
|
| URL_EXPORT const std::vector<std::string>& GetWebStorageSchemes();
|
|
|
| +// Adds an application-defined scheme to the list of schemes that can bypass the
|
| +// Content-Security-Policy(CSP) checks.
|
| +URL_EXPORT void AddCSPBypassingScheme(const char* new_scheme);
|
| +URL_EXPORT const std::vector<std::string>& GetCSPBypassingSchemes();
|
| +
|
| // Sets a flag to prevent future calls to Add*Scheme from succeeding.
|
| //
|
| // This is designed to help prevent errors for multithreaded applications.
|
|
|