| Index: chrome/browser/extensions/api/runtime/runtime_api.cc
|
| diff --git a/chrome/browser/extensions/api/runtime/runtime_api.cc b/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| index 1bf7b7e304503f7404f40b7ef39600007884d43b..db940dbe7e62924622303aaa1d778e23354a6f6d 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| @@ -235,7 +235,7 @@ bool RuntimeReloadFunction::RunImpl() {
|
| // We can't call ReloadExtension directly, since when this method finishes
|
| // it tries to decrease the reference count for the extension, which fails
|
| // if the extension has already been reloaded; so instead we post a task.
|
| - MessageLoop::current()->PostTask(FROM_HERE,
|
| + base::MessageLoop::current()->PostTask(FROM_HERE,
|
| base::Bind(&ExtensionService::ReloadExtension,
|
| profile()->GetExtensionService()->AsWeakPtr(),
|
| extension_id()));
|
|
|