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

Side by Side Diff: chrome/common/extensions/docs/static/experimental.mediaGalleries.html

Issue 10823193: Move MediaGalleries.getMediaFileSystems back to experimental for M22 (Closed) Base URL: svn://svn.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="pageData-name" class="pageData">Media Galleries</div> 1 <div id="pageData-name" class="pageData">Media Galleries</div>
2 2
3 <!-- BEGIN AUTHORED CONTENT --> 3 <!-- BEGIN AUTHORED CONTENT -->
4 <p> 4 <p>
5 The media galleries API allows you to access media files (images, 5 The media galleries API allows you to access media files (images,
6 video, audio) from the user's local disks (with the user's consent). 6 video, audio) from the user's local disks (with the user's consent).
7 </p> 7 </p>
8 8
9 <p> 9 <p>
10 Using the API, you can prompt the user for permission to access the media 10 Using the API, you can prompt the user for permission to access the media
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <p>This set of permissions will trigger an install time permission prompt 45 <p>This set of permissions will trigger an install time permission prompt
46 and let the extension read from all auto-detected media galleries on the 46 and let the extension read from all auto-detected media galleries on the
47 user's computer. The user may add or remove galleries using the 47 user's computer. The user may add or remove galleries using the
48 media gallery management dialog, after which the extension will be able 48 media gallery management dialog, after which the extension will be able
49 to read all the media files from galleries that the user has selected.</p> 49 to read all the media files from galleries that the user has selected.</p>
50 50
51 <p>Currently "mediaGalleriesRead" is the only access type supported by 51 <p>Currently "mediaGalleriesRead" is the only access type supported by
52 this API. Read-write and add-file access with be implemented soon.</p> 52 this API. Read-write and add-file access with be implemented soon.</p>
53 53
54 <!-- END AUTHORED CONTENT --> 54 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/common/extensions/docs/static/mediaGalleries.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698