| Index: chrome/browser/extensions/extension_function_test_utils.cc
|
| diff --git a/chrome/browser/extensions/extension_function_test_utils.cc b/chrome/browser/extensions/extension_function_test_utils.cc
|
| index 7938d455570b8b392730700a19251770a2fed957..3dec01e84126cfdc67a856014e06d37fef06988b 100644
|
| --- a/chrome/browser/extensions/extension_function_test_utils.cc
|
| +++ b/chrome/browser/extensions/extension_function_test_utils.cc
|
| @@ -149,7 +149,7 @@ class SendResponseDelegate
|
| response_.reset(new bool);
|
| *response_ = success;
|
| if (should_post_quit_) {
|
| - base::MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->QuitWhenIdle();
|
| }
|
| }
|
|
|
|
|