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

Unified Diff: ui/file_manager/externs/gallery_background.js

Issue 922133002: Fix a closure compiler error by modifying gyp and the extern (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/gallery_background.js
diff --git a/ui/file_manager/externs/gallery_background.js b/ui/file_manager/externs/gallery_background.js
index 6e9ae8495e617a0ef441ba4eb6f53b8a9364d72b..79fc857a48d8e02fdeea81453ec920f99953f007 100644
--- a/ui/file_manager/externs/gallery_background.js
+++ b/ui/file_manager/externs/gallery_background.js
@@ -17,9 +17,8 @@ window.initialize = function(backgroundComponents) {};
/**
* @param {!Array.<!Entry>} entries Array of entries.
- * @param {!Array.<!Entry>} selectedEntries Array of selected entries.
*/
-window.loadEntries = function(entries, selectedEntries) {};
+window.loadEntries = function(entries) {};
/**
* This definition is required by
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698