| Index: content/public/common/origin_util.h
|
| diff --git a/content/public/common/origin_util.h b/content/public/common/origin_util.h
|
| index c45977d97e8729cc43a9c3dbc9a414cff882756b..e3efd6b5213ec86a068fc54083edf95e24ac331a 100644
|
| --- a/content/public/common/origin_util.h
|
| +++ b/content/public/common/origin_util.h
|
| @@ -18,6 +18,9 @@ namespace content {
|
| // See https://www.w3.org/TR/powerful-features/#is-origin-trustworthy.
|
| bool CONTENT_EXPORT IsOriginSecure(const GURL& url);
|
|
|
| +// Resets the internal schemes/origins whitelist. Used only for testing.
|
| +void CONTENT_EXPORT ResetSecureSchemesAndOriginsForTesting();
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_PUBLIC_COMMON_ORIGIN_UTIL_H_
|
|
|