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

Unified Diff: content/public/common/content_client.cc

Issue 2622693002: Cleanup of static lists of schemes & origins that are created at startup. (Closed)
Patch Set: merge 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/common/url_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 43cede30c6af2cb588a700671b64f17a773bfa4e..c58673f0785c6827a53a2a3e19426f7b91ee3327 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -61,6 +61,9 @@ ContentUtilityClient* SetUtilityClientForTesting(ContentUtilityClient* u) {
return InternalTestInitializer::SetUtility(u);
}
+ContentClient::Schemes::Schemes() = default;
+ContentClient::Schemes::~Schemes() = default;
+
ContentClient::ContentClient()
: browser_(NULL),
gpu_(NULL),
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/common/url_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698