Index: trunk/src/content/browser/browser_child_process_host_impl.h |
=================================================================== |
--- trunk/src/content/browser/browser_child_process_host_impl.h (revision 270923) |
+++ trunk/src/content/browser/browser_child_process_host_impl.h (working copy) |
@@ -53,6 +53,7 @@ |
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; |