Index: chrome/common/extensions/docs/server2/templates/intros/experimental_mediaGalleries.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/intros/experimental_mediaGalleries.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/intros/experimental_mediaGalleries.html (working copy) |
@@ -1,6 +1,3 @@ |
-<div id="pageData-name" class="pageData">Media Galleries</div> |
- |
-<!-- BEGIN AUTHORED CONTENT --> |
<p> |
The media galleries API allows you to access media files (images, |
video, audio) from the user's local disks (with the user's consent). |
@@ -11,7 +8,7 @@ |
galleries. The permission dialog will contain common media locations for |
the platform and will allow the user to add additional locations. From those |
locations, only media files will be present in the file system objects. |
-</P> |
+</p> |
<h2 id="manifest">Manifest</h2> |
<p>The media galleries API has two axes of permissions; the locations that |
@@ -49,6 +46,4 @@ |
to read all the media files from galleries that the user has selected.</p> |
<p>Currently "mediaGalleriesRead" is the only access type supported by |
-this API. Read-write and add-file access with be implemented soon.</p> |
- |
-<!-- END AUTHORED CONTENT --> |
+this API. Read-write and add-file access with be implemented soon.</p> |