Index: chrome/common/extensions/docs/static/experimental.savePage.html |
diff --git a/chrome/common/extensions/docs/static/experimental.savePage.html b/chrome/common/extensions/docs/static/experimental.savePage.html |
deleted file mode 100644 |
index 1db39476de3e21b275032c4b637da8e25555ef5e..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/static/experimental.savePage.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<!-- BEGIN AUTHORED CONTENT --> |
-<p> |
-The savePage API allows you to save a tab as MHTML. |
-</p> |
- |
-<p> |
-MHTML is a <a href="http://tools.ietf.org/html/rfc2557">standard format</a> |
-supported by most browsers. It encapsulates in a single file a page and all |
-its resources (CSS files, images..). |
-</p> |
- |
-<p> |
-Note that for security reasons a MHTML file can only be loaded from the file |
-system and that it can only be loaded in the main frame. |
-</p> |
- |
-<h2 id="manifest">Manifest</h2> |
- |
-<p> |
-The savePage API is currently |
-experimental, so you must declare the "experimental" |
-permission to use it. |
- |
-<!-- END AUTHORED CONTENT --> |