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

Unified Diff: chrome/renderer/resources/extensions/media_galleries_custom_bindings.js

Issue 10827057: Plumb file system name down from MediaFileSystemRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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/renderer/extensions/media_gallery_custom_bindings.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/media_galleries_custom_bindings.js
diff --git a/chrome/renderer/resources/extensions/media_galleries_custom_bindings.js b/chrome/renderer/resources/extensions/media_galleries_custom_bindings.js
index 00965487fe91e15f61b18fa7ee69c47c5be67879..5ecd00ba4e644a709b7bbdd5181e8ff46d116687 100644
--- a/chrome/renderer/resources/extensions/media_galleries_custom_bindings.js
+++ b/chrome/renderer/resources/extensions/media_galleries_custom_bindings.js
@@ -21,7 +21,7 @@ chromeHidden.registerCustomHook('mediaGalleries',
result = [];
for (var i = 0; i < response.length; i++) {
result.push(mediaGalleriesNatives.GetMediaFileSystemObject(
- response[i].fsid, response[i].dirname));
+ response[i].fsid, response[i].name));
}
}
if (request.callback)
« no previous file with comments | « chrome/renderer/extensions/media_gallery_custom_bindings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698