Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1269)

Unified Diff: content/public/common/origin_util.h

Issue 2623353002: Share schemes needed for mixed content checking between the browser and renderer. (Closed)
Patch Set: remove unused public methods Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698