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