| Index: chrome/browser/extensions/api/system_memory/system_memory_api.cc
|
| diff --git a/chrome/browser/extensions/api/system_memory/system_memory_api.cc b/chrome/browser/extensions/api/system_memory/system_memory_api.cc
|
| index 755641027d0d24d16589924088f714d0fd7935e2..f0c4a24bba67744e06d9ea34175a96afa3f0c0dd 100644
|
| --- a/chrome/browser/extensions/api/system_memory/system_memory_api.cc
|
| +++ b/chrome/browser/extensions/api/system_memory/system_memory_api.cc
|
| @@ -14,7 +14,7 @@ SystemMemoryGetInfoFunction::SystemMemoryGetInfoFunction() {}
|
|
|
| SystemMemoryGetInfoFunction::~SystemMemoryGetInfoFunction() {}
|
|
|
| -bool SystemMemoryGetInfoFunction::RunImpl() {
|
| +bool SystemMemoryGetInfoFunction::RunAsync() {
|
| MemoryInfoProvider::Get()->StartQueryInfo(
|
| base::Bind(&SystemMemoryGetInfoFunction::OnGetMemoryInfoCompleted, this));
|
| return true;
|
|
|