| Index: content/public/common/origin_util.h
|
| diff --git a/content/public/common/origin_util.h b/content/public/common/origin_util.h
|
| index bb050c94327f26842ecbc7e0c274a8d4152346bd..c24361b4feaf376566efe40ea4000e505355b1e4 100644
|
| --- a/content/public/common/origin_util.h
|
| +++ b/content/public/common/origin_util.h
|
| @@ -22,9 +22,6 @@ bool CONTENT_EXPORT IsOriginSecure(const GURL& url);
|
| // http (localhost only), https, or a custom-set secure scheme.
|
| bool CONTENT_EXPORT OriginCanAccessServiceWorkers(const GURL& url);
|
|
|
| -// Resets the internal schemes/origins whitelist. Used only for testing.
|
| -void CONTENT_EXPORT ResetSchemesAndOriginsWhitelistForTesting();
|
| -
|
| } // namespace content
|
|
|
| #endif // CONTENT_PUBLIC_COMMON_ORIGIN_UTIL_H_
|
|
|