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

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

Issue 921043004: [Gallery app] Make the background page use BackgroundBase class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/file_manager/common/js/util.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 79fc857a48d8e02fdeea81453ec920f99953f007..099e8b42351ba4be6bf6404e70a31269ce3f1884 100644
--- a/ui/file_manager/externs/gallery_background.js
+++ b/ui/file_manager/externs/gallery_background.js
@@ -11,14 +11,9 @@
function GalleryWindow() {}
/**
- * @param {!BackgroundComponents} backgroundComponents Background components.
+ * @type {Promise}
*/
-window.initialize = function(backgroundComponents) {};
-
-/**
- * @param {!Array.<!Entry>} entries Array of entries.
- */
-window.loadEntries = function(entries) {};
+window.initializePromise;
/**
* This definition is required by
« no previous file with comments | « no previous file | ui/file_manager/file_manager/common/js/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698