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

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: use struct 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
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),

Powered by Google App Engine
This is Rietveld 408576698