| 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 7776a0d3df5987e395a94eb5b205f8aeb8f3986c..182dd8d5425764a9b399325debecc77b720134f2 100644
|
| --- a/content/public/browser/browser_child_process_host.h
|
| +++ b/content/public/browser/browser_child_process_host.h
|
| @@ -77,6 +77,9 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
|
| // this object.
|
| virtual void SetHandle(base::ProcessHandle handle) = 0;
|
|
|
| + // Set the nacl debug stub port of the process.
|
| + virtual void SetNaClDebugStubPort(int port) = 0;
|
| +
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
| // Returns a PortProvider used to get process metrics for child processes.
|
| static base::ProcessMetrics::PortProvider* GetPortProvider();
|
|
|