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

Unified Diff: content/child/service_factory.cc

Issue 2706383002: DO NOT SUBMIT: Show silent service manager failure (Closed)
Patch Set: Created 3 years, 10 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/child/service_factory.cc
diff --git a/content/child/service_factory.cc b/content/child/service_factory.cc
index 41be4be42cf9a99e02973d7573d01bdbb3b2f327..acab9d70b7bab1238aba53066762e2c8ed78efeb 100644
--- a/content/child/service_factory.cc
+++ b/content/child/service_factory.cc
@@ -19,6 +19,7 @@ ServiceFactory::~ServiceFactory() {}
void ServiceFactory::CreateService(
service_manager::mojom::ServiceRequest request,
const std::string& name) {
+ LOG(INFO) << "ServiceFactory::CreateService";
// Only register services on first run.
if (!has_registered_services_) {
DCHECK(services_.empty());

Powered by Google App Engine
This is Rietveld 408576698