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

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

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight cleanup and report JS memory usage. Created 5 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
« no previous file with comments | « content/public/common/process_resource_service.mojom ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5a5d0e54e785ab7cc587c782a1214d78989273cb..8fed184391cde15d4c587ab21461f02ba61769dc 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -8,6 +8,7 @@
#include "content/public/common/content_client.h"
namespace content {
+class ServiceRegistry;
// Embedder API for participating in renderer logic.
class CONTENT_EXPORT ContentUtilityClient {
@@ -19,6 +20,9 @@ class CONTENT_EXPORT ContentUtilityClient {
// Allows the embedder to filter messages.
virtual bool OnMessageReceived(const IPC::Message& message);
+
+ // Registers Mojo services.
+ virtual void RegisterMojoServices(ServiceRegistry* registry) {}
};
} // namespace content
« no previous file with comments | « content/public/common/process_resource_service.mojom ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698