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

Unified Diff: content/public/utility/content_utility_client.h

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index 8a333e7ed7dbdfdf468d1a1c87367db2a0830bd7..fb1a84922b8da3fe7ac3daab8403156c4f08e422 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -9,6 +9,7 @@
namespace content {
+class ApplicationRegistry;
class ServiceRegistry;
// Embedder API for participating in renderer logic.
@@ -24,6 +25,9 @@ class CONTENT_EXPORT ContentUtilityClient {
// Registers Mojo services.
virtual void RegisterMojoServices(ServiceRegistry* registry) {}
+
+ // Registers Mojo applications.
+ virtual void RegisterMojoApplications(ApplicationRegistry* registry) {}
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698