Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / browser_child_process_host.h
index a44b8d3..b243678 100644 (file)
@@ -38,7 +38,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
       int process_type,
       BrowserChildProcessHostDelegate* delegate);
 
-  virtual ~BrowserChildProcessHost() {}
+  ~BrowserChildProcessHost() override {}
 
   // Derived classes call this to launch the child process asynchronously.
   // Takes ownership of |cmd_line| and |delegate|.
@@ -71,9 +71,6 @@ 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();