Chromium Code Reviews| Index: chrome/common/extensions/api/i18n.json |
| diff --git a/chrome/common/extensions/api/i18n.json b/chrome/common/extensions/api/i18n.json |
| index db3c3f6ca838dceda330c702547acd557438a33b..765760dc85f1a07aedb3767571a176fe35eef933 100644 |
| --- a/chrome/common/extensions/api/i18n.json |
| +++ b/chrome/common/extensions/api/i18n.json |
| @@ -23,6 +23,7 @@ |
| }, |
| { |
| "name": "getMessage", |
| + "nocompile": true, |
| "type": "function", |
| "unprivileged": true, |
| "description": "Gets the localized string for the specified message. If the message is missing, this method returns an empty string (''). If the format of the <code>getMessage()</code> call is wrong — for example, <em>messageName</em> is not a string or the <em>substitutions</em> array has more than 9 elements — this method returns <code>undefined</code>.", |