| Index: chrome/browser/extensions/api/commands/commands.h
|
| diff --git a/chrome/browser/extensions/api/commands/commands.h b/chrome/browser/extensions/api/commands/commands.h
|
| index 26bf70829f08886046a9a2e2c67827622f7ae956..0096e9309f2f4b274cdac8f6638df52f49a6e8cd 100644
|
| --- a/chrome/browser/extensions/api/commands/commands.h
|
| +++ b/chrome/browser/extensions/api/commands/commands.h
|
| @@ -9,7 +9,7 @@
|
|
|
| class GetAllCommandsFunction : public ChromeSyncExtensionFunction {
|
| virtual ~GetAllCommandsFunction() {}
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunSync() OVERRIDE;
|
| DECLARE_EXTENSION_FUNCTION("commands.getAll", COMMANDS_GETALL)
|
| };
|
|
|
|
|