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

Unified Diff: chrome/common/extensions/api/media_galleries.idl

Issue 10832079: Update media galleries documentation. (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
Index: chrome/common/extensions/api/media_galleries.idl
diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl
index d0779d2c772821d7d8dfb0959a5e9218623c2a85..70b6153d39d52264753babbb09b8ef91acbb30af 100644
--- a/chrome/common/extensions/api/media_galleries.idl
+++ b/chrome/common/extensions/api/media_galleries.idl
@@ -17,8 +17,11 @@ namespace mediaGalleries {
};
[inline_doc] dictionary MediaFileSystemsDetails {
- // Whether to prompt the user for additional media galleries before
- // returning the permitted set. Default is silent.
+ // Whether to prompt the user for permission to additional media galleries
+ // before returning the permitted set. Default is silent. If the value
+ // 'yes' is passed, or if the application has not been granted access to
+ // any media galleries and the value 'if_needed' is passed, then the
+ // media gallery configuration dialog will be displayed.
GetMediaFileSystemsInteractivity? interactive;
};

Powered by Google App Engine
This is Rietveld 408576698