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

Unified Diff: mojo/shell/dynamic_service_loader.cc

Issue 213313004: Add creation of ServiceManager to Content (2nd try) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shell_client to mojo_pepper_container_app Created 6 years, 9 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 | « mojo/shell/dynamic_service_loader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/dynamic_service_loader.cc
diff --git a/mojo/shell/dynamic_service_loader.cc b/mojo/shell/dynamic_service_loader.cc
index bea149667a31aec2626bff43a847e4f0251d5296..da87453ec827ebf934ef863ed5d53f45df5987aa 100644
--- a/mojo/shell/dynamic_service_loader.cc
+++ b/mojo/shell/dynamic_service_loader.cc
@@ -105,6 +105,10 @@ void DynamicServiceLoader::LoadService(ServiceManager* manager,
this, url, service_handle.Pass(), runner_factory_->Create(context_));
}
+void DynamicServiceLoader::OnServiceError(ServiceManager* manager,
+ const GURL& url) {
+}
+
void DynamicServiceLoader::AppCompleted(const GURL& url) {
DCHECK(context_->task_runners()->ui_runner()->BelongsToCurrentThread());
DVLOG(2) << "App completed (url: " << url << ")";
« no previous file with comments | « mojo/shell/dynamic_service_loader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698