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

Unified Diff: chrome/common/extensions/docs/static/mediaGalleries.html

Issue 10821110: Rephrase some of the media galleries permission information. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/mediaGalleries.html
diff --git a/chrome/common/extensions/docs/static/mediaGalleries.html b/chrome/common/extensions/docs/static/mediaGalleries.html
index fc03902faab5afa56fd5bde91c1f6992e00491d5..d7fcb880b640797950b957276f907f615bc38cd9 100644
--- a/chrome/common/extensions/docs/static/mediaGalleries.html
+++ b/chrome/common/extensions/docs/static/mediaGalleries.html
@@ -15,10 +15,12 @@ locations, only media files will be present in the file system objects.
<h2 id="manifest">Manifest</h2>
<p>You must declare the type of access to the media gallery you require
-in your extension's manifest to use the API. Currently only the
-"mediaGalleriesRead" permission is allowed. This permission does not
-currently trigger an install time permission prompt because it requires
-the user to grant permission at runtime.</p>
+in your extension's manifest to use the API. Currently the only access
+type permission is "mediaGalleriesRead," which will allow your extension
+to read from the media galleries. This permission does not trigger an
+install time permission prompt because the user must still grant access
+to particular galleries at runtime unless the "mediaGalleriesAllGalleries"
+permission is used.</p>
battre 2012/07/31 21:34:15 So do you need to request both "mediaGalleriesRead
vandebo (ex-Chrome) 2012/07/31 21:36:06 To get default access to all well known galleries,
battre 2012/07/31 21:47:18 Sorry, let me phrase this differently. Do you have
<p>
You may also specify the "mediaGalleriesAllGalleries" permission to get
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698