| Index: chrome/browser/extensions/api/idle/idle_api.cc
|
| diff --git a/chrome/browser/extensions/api/idle/idle_api.cc b/chrome/browser/extensions/api/idle/idle_api.cc
|
| index a04d739f907b55eaa838a4d5602976d51caf49b5..a80d0cf432a9dfd33182677ef5dbcc2f16911498 100644
|
| --- a/chrome/browser/extensions/api/idle/idle_api.cc
|
| +++ b/chrome/browser/extensions/api/idle/idle_api.cc
|
| @@ -30,7 +30,7 @@ int ClampThreshold(int threshold) {
|
|
|
| namespace extensions {
|
|
|
| -bool IdleQueryStateFunction::RunImpl() {
|
| +bool IdleQueryStateFunction::RunAsync() {
|
| int threshold;
|
| EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold));
|
| threshold = ClampThreshold(threshold);
|
|
|