| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index 2ec331b44637cbe21a40be14f372bed7208e0152..87fbb622a1f539693acec8026b956b881ac41824 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -782,7 +782,6 @@ void RenderProcessHostWatcher::Wait() {
|
|
|
| void RenderProcessHostWatcher::RenderProcessExited(
|
| RenderProcessHost* host,
|
| - base::ProcessHandle handle,
|
| base::TerminationStatus status,
|
| int exit_code) {
|
| if (type_ == WATCH_FOR_PROCESS_EXIT)
|
|
|