| Index: chrome/common/extensions/api/extension.json
|
| diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json
|
| index c83f89eccaa6d3854bb879459318d26a59b968df..ece6d3283fe43b58ea68b6140a577e6bf46c10eb 100644
|
| --- a/chrome/common/extensions/api/extension.json
|
| +++ b/chrome/common/extensions/api/extension.json
|
| @@ -7,7 +7,8 @@
|
| "namespace": "extension",
|
| "description": "The <code>chrome.extension</code> API has utilities that can be used by any extension page. It includes support for exchanging messages between an extension and its content scripts or between extensions, as described in detail in <a href='messaging'>Message Passing</a>.",
|
| "compiler_options": {
|
| - "implemented_in": "chrome/browser/extensions/api/module/module.h"
|
| + "implemented_in": "chrome/browser/extensions/api/module/module.h",
|
| + "use_movable_types": true
|
| },
|
| "properties": {
|
| "lastError": {
|
|
|