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

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

Issue 10805064: Revert 147895 - switch mediaGalleries to .idl api definition (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/renderer/resources/extensions/experimental.media_galleries_custom_bindings.js
===================================================================
--- chrome/renderer/resources/extensions/experimental.media_galleries_custom_bindings.js (revision 147896)
+++ chrome/renderer/resources/extensions/experimental.media_galleries_custom_bindings.js (working copy)
@@ -31,7 +31,7 @@
// synchronously return a result. The result object's state is computable
// from the function's input.
apiFunctions.setHandleRequest('extractEmbeddedThumbnails',
- function(fileEntry) {
+ function(fileEntry) {
return mediaGalleriesNatives.ExtractEmbeddedThumbnails(fileEntry);
});
});
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | chrome/test/data/extensions/api_test/media_galleries/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698