| Index: content/child/child_thread.cc | 
| =================================================================== | 
| --- content/child/child_thread.cc	(revision 256983) | 
| +++ content/child/child_thread.cc	(working copy) | 
| @@ -487,10 +487,9 @@ | 
| switches::kAuditAllHandles))); | 
| handle_enum->EnumerateHandles(); | 
| Send(new ChildProcessHostMsg_DumpHandlesDone); | 
| -  return; | 
| +#else | 
| +  NOTIMPLEMENTED(); | 
| #endif | 
| - | 
| -  NOTIMPLEMENTED(); | 
| } | 
|  | 
| #if defined(USE_TCMALLOC) | 
| @@ -522,7 +521,6 @@ | 
| g_child_thread->message_loop()->PostTask( | 
| FROM_HERE, base::Bind(&QuitMainThreadMessageLoop)); | 
| } | 
| - | 
| #endif | 
|  | 
| void ChildThread::OnProcessFinalRelease() { | 
|  |