| Index: chrome/common/extensions/api/webview_tag.json
|
| diff --git a/chrome/common/extensions/api/webview_tag.json b/chrome/common/extensions/api/webview_tag.json
|
| index 0263954cd0eb1cfe9f43135dc14f55c2f48b6afb..1117822e84a0b566fdad007c3f72e7f6fa3f4dc3 100644
|
| --- a/chrome/common/extensions/api/webview_tag.json
|
| +++ b/chrome/common/extensions/api/webview_tag.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "webviewTag",
|
| "description": "Use the <code>webview</code> tag to actively load live content from the web over the network and embed it in your Chrome App. Your app can control the appearance of the <code>webview</code> and interact with the web content, initiate navigations in an embedded web page, react to error events that happen within it, and more (see <a href=\"#usage\">Usage</a>).",
|
| + "compiler_options": {"use_movable_types": true},
|
| "documentation_options": {
|
| "title": "<webview> Tag",
|
| "namespace": "<webview>",
|
|
|