| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 428da3ddaf5084b05d4103037381f7e933a77859..67ce9e2a7f282ba69f092b74e7c8805d0bec3485 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -54,6 +54,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| virtual ChildProcessHost* GetHost() const OVERRIDE;
|
| virtual base::TerminationStatus GetTerminationStatus(
|
| bool known_dead, int* exit_code) OVERRIDE;
|
| + virtual void SetNaClDebugStubPort(int port) OVERRIDE;
|
| virtual void SetName(const base::string16& name) OVERRIDE;
|
| virtual void SetHandle(base::ProcessHandle handle) OVERRIDE;
|
|
|
|
|