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

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

Issue 102723003: Media Galleries API Metadata: Rename MediaFileSystemMetadata callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e0e2a118da1b313872384b8fa426b43b2cd4e17..2fda5fc5109720b7ea6eab1d1b03ab764152071a 100644
--- a/chrome/common/extensions/api/media_galleries.idl
+++ b/chrome/common/extensions/api/media_galleries.idl
@@ -50,7 +50,7 @@ namespace mediaGalleries {
boolean isAvailable;
};
- callback MediaGalleriesMetadataCallback =
+ callback MediaFileSystemsMetadataCallback =
void (MediaFileSystemMetadata[] metadata);
interface Functions {
@@ -65,7 +65,7 @@ namespace mediaGalleries {
// Get metadata for all available media galleries.
static void getAllMediaFileSystemMetadata(
- MediaGalleriesMetadataCallback callback);
+ MediaFileSystemsMetadataCallback callback);
};
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698