| Index: content/public/browser/browser_child_process_host.h
|
| diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
|
| index 7b5b902576ce771cb8968ea88db6cf479a6ef4c1..7f8bb931ed12887a50d301d681723b01fa8fa20d 100644
|
| --- a/content/public/browser/browser_child_process_host.h
|
| +++ b/content/public/browser/browser_child_process_host.h
|
| @@ -92,6 +92,9 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
|
| // this object.
|
| virtual void SetHandle(base::ProcessHandle handle) = 0;
|
|
|
| + // Returns the child message pipe token for the service request.
|
| + virtual std::string GetServiceRequestChannelToken() = 0;
|
| +
|
| #if defined(OS_MACOSX)
|
| // Returns a PortProvider used to get the task port for child processes.
|
| static base::PortProvider* GetPortProvider();
|
|
|