| 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 0f7a3df4ecfb9f25ada1c1a1631269ce29127408..b196551532e987d243ef1386d2947878386af4be 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -53,7 +53,6 @@ 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;
|
|
|
|
|