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

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

Issue 797553004: Add externs for gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove externs/common.js. Created 6 years 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/externs/gallery_foreground.js » ('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 893d16172069718ad002c105e146b239300f4778..6e9ae8495e617a0ef441ba4eb6f53b8a9364d72b 100644
--- a/ui/file_manager/externs/gallery_background.js
+++ b/ui/file_manager/externs/gallery_background.js
@@ -20,3 +20,10 @@ window.initialize = function(backgroundComponents) {};
* @param {!Array.<!Entry>} selectedEntries Array of selected entries.
*/
window.loadEntries = function(entries, selectedEntries) {};
+
+/**
+ * This definition is required by
+ * ui/file_manager/file_manager/common/js/util.js.
+ * @type {string}
+ */
+Window.prototype.appID;
« no previous file with comments | « no previous file | ui/file_manager/externs/gallery_foreground.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698