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

Unified Diff: ui/file_manager/image_loader/image_loader.js

Issue 282523002: Use resolveIsolatedEntries in the separated new Gallery.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: ui/file_manager/image_loader/image_loader.js
diff --git a/ui/file_manager/image_loader/image_loader.js b/ui/file_manager/image_loader/image_loader.js
index 5f85116226c8647ad2349d83fee90d240a64b9c9..49670896e06e01ef15f3d31a38966f885b4bf52d 100644
--- a/ui/file_manager/image_loader/image_loader.js
+++ b/ui/file_manager/image_loader/image_loader.js
@@ -75,8 +75,10 @@ function ImageLoader() {
* @const
* @type {Array.<string>}
*/
-ImageLoader.ALLOWED_CLIENTS =
- ['hhaomjibdihmijegdhdafkllkbggdgoj']; // File Manager's extension id.
+ImageLoader.ALLOWED_CLIENTS = [
+ 'hhaomjibdihmijegdhdafkllkbggdgoj', // File Manager's extension id.
+ 'nlkncpkkdoccmpiclbokaimcnedabhhm', // Gallery extension id.
mtomasz 2014/05/16 03:29:21 nit: Remove trailing coma.
hirono 2014/05/16 04:12:48 Done.
+];
/**
* Handles a request. Depending on type of the request, starts or stops
« ui/file_manager/gallery/js/gallery.js ('K') | « ui/file_manager/gallery/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698