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

Unified Diff: content/common/url_schemes.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/common/origin_util.cc ('k') | content/common/url_schemes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_schemes.h
diff --git a/content/common/url_schemes.h b/content/common/url_schemes.h
index 3cb43f73adc4a06916857dd470d35d64f75275a8..095943a5ea7ce90f255c94aa4a13d491e13597fb 100644
--- a/content/common/url_schemes.h
+++ b/content/common/url_schemes.h
@@ -28,14 +28,9 @@ CONTENT_EXPORT void RegisterContentSchemes(bool lock_schemes);
// See comment in ContentClient::AddAdditionalSchemes for explanations. These
// getters can be invoked on any thread.
const std::vector<std::string>& GetSavableSchemes();
-const std::vector<std::string>& GetSecureSchemes();
const std::vector<GURL>& GetSecureOrigins();
const std::vector<std::string>& GetServiceWorkerSchemes();
-// Resets the internal secure schemes/origins and service worker whitelists.
-// Used only for testing.
-void CONTENT_EXPORT RefreshSecuritySchemesForTesting();
-
} // namespace content
#endif // CONTENT_COMMON_URL_SCHEMES_H_
« no previous file with comments | « content/common/origin_util.cc ('k') | content/common/url_schemes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698