| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index e1365f994bdd87735631bcc43bfca26123122c20..6eed8a24b0666e5e0a469f9642e534d05ee5bb62 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -177,11 +177,6 @@ base::ProcessHandle BrowserChildProcessHostImpl::GetHandle() const {
|
| return child_process_->GetHandle();
|
| }
|
|
|
| -void BrowserChildProcessHostImpl::SetNaClDebugStubPort(int port) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| - data_.nacl_debug_stub_port = port;
|
| -}
|
| -
|
| void BrowserChildProcessHostImpl::SetName(const base::string16& name) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| data_.name = name;
|
|
|