| Index: chrome/common/extensions/api/developer_private.idl
|
| diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
|
| index 20e2d54d09d478947a82172b162eed0fbecb64b5..62695f857159f0391335b8b1cb82602affa20476 100644
|
| --- a/chrome/common/extensions/api/developer_private.idl
|
| +++ b/chrome/common/extensions/api/developer_private.idl
|
| @@ -495,7 +495,7 @@ namespace developerPrivate {
|
| // Modifies an extension's current configuration.
|
| // |update| : The parameters for updating the extension's configuration.
|
| // Any properties omitted from |update| will not be changed.
|
| - static void updateExtensionConfiguration(
|
| + [nocompile] static void updateExtensionConfiguration(
|
| ExtensionConfigurationUpdate update,
|
| optional VoidCallback callback);
|
|
|
|
|