| Index: chrome/common/extensions/api/extension.json
|
| diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json
|
| index 1cdadba7fe2b2db33954d4ae92fa87184dd25904..05fd80ddfceb11de1b2d8eb4ada3d9d1ee8c984d 100644
|
| --- a/chrome/common/extensions/api/extension.json
|
| +++ b/chrome/common/extensions/api/extension.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "extension",
|
| + "description": "The <code>chrome.extension</code> module 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.",
|
| "compiler_options": {
|
| "implemented_in": "chrome/browser/extensions/api/module/module.h"
|
| },
|
|
|