diff options
Diffstat (limited to 'content/public/test/browser_test_utils.cc')
-rw-r--r-- | content/public/test/browser_test_utils.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc index 21f48a8..60b2b0e 100644 --- a/content/public/test/browser_test_utils.cc +++ b/content/public/test/browser_test_utils.cc @@ -598,8 +598,7 @@ void WebContentsDestroyedWatcher::Wait() { message_loop_runner_->Run(); } -void WebContentsDestroyedWatcher::WebContentsDestroyed( - WebContents* web_contents) { +void WebContentsDestroyedWatcher::WebContentsDestroyed() { message_loop_runner_->Quit(); } |