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

Unified Diff: content/common/mojo/service_registry_impl.cc

Issue 1900903002: Fix content/shell including internals of content for service worker test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 8 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/common/mojo/service_registry_impl.cc
diff --git a/content/common/mojo/service_registry_impl.cc b/content/common/mojo/service_registry_impl.cc
index fe41cf7ba79a7a0cf2d331de527d68fe3acd484b..efc3298a0a33517c2f18901c1426b973cf023677 100644
--- a/content/common/mojo/service_registry_impl.cc
+++ b/content/common/mojo/service_registry_impl.cc
@@ -10,6 +10,10 @@
namespace content {
+ServiceRegistry* ServiceRegistry::Create() {
+ return new ServiceRegistryImpl;
+}
+
ServiceRegistryImpl::ServiceRegistryImpl()
: binding_(this), weak_factory_(this) {}

Powered by Google App Engine
This is Rietveld 408576698