| Index: chrome/browser/extensions/extension_disabled_ui.cc
|
| diff --git a/chrome/browser/extensions/extension_disabled_ui.cc b/chrome/browser/extensions/extension_disabled_ui.cc
|
| index feb39c4db6ef43f3f7a60d40a8508bfb88e77e4e..7497f9cc0722a0c797f3125a911e9602673707c1 100644
|
| --- a/chrome/browser/extensions/extension_disabled_ui.cc
|
| +++ b/chrome/browser/extensions/extension_disabled_ui.cc
|
| @@ -456,7 +456,7 @@ void ExtensionDisabledGlobalError::RemoveGlobalError() {
|
| registry_observer_.RemoveAll();
|
| // Delete this object after any running tasks, so that the extension dialog
|
| // still has it as a delegate to finish the current tasks.
|
| - base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
|
| + base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, this);
|
| }
|
|
|
| // Globals --------------------------------------------------------------------
|
|
|