Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/experimental_mediaGalleries.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698