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

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: Fixed. 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
« no previous file with comments | « ui/file_manager/gallery/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3f31c70e3bb7a6508c634eac48ac8fa6d4bafb24 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.
+];
/**
* Handles a request. Depending on type of the request, starts or stops
« no previous file with comments | « ui/file_manager/gallery/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698