| Index: content/public/browser/utility_process_host.h
|
| diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
|
| index 5a404dbec1112aad88ed313fba155b8d18d75658..555d616cb20c38b5ca8c2ea901afb50ee6a59bd4 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -85,8 +85,14 @@ class UtilityProcessHost : public IPC::Sender {
|
| virtual void BindInterface(const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) = 0;
|
|
|
| + // Register mojo services that the utility process can use.
|
| + virtual void RegisterMojoServices() = 0;
|
| +
|
| // Set the name of the process to appear in the task manager.
|
| virtual void SetName(const base::string16& name) = 0;
|
| +
|
| + protected:
|
| + class ConnectionFilterImpl;
|
| };
|
|
|
| }; // namespace content
|
|
|