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

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

Issue 797553004: Add externs for gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add externs/platform.js to file_manager/background. 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
Index: ui/file_manager/externs/gallery_foreground.js
diff --git a/ui/file_manager/externs/gallery_foreground.js b/ui/file_manager/externs/gallery_foreground.js
index 474ca507caf4039235607b21217772ae7b8e6241..9196a89f96297b32e507e178cd496626ff67c8c5 100644
--- a/ui/file_manager/externs/gallery_foreground.js
+++ b/ui/file_manager/externs/gallery_foreground.js
@@ -18,3 +18,10 @@ function BackgroundComponents() {
*/
this.volumeManager;
}
+
+/**
+ * File Manager.
+ * @constructor
+ * @struct
+ */
+function FileManager() {}
fukino 2014/12/22 03:30:10 It looks unclear that this definition is required
yawano 2014/12/22 04:04:41 Done. This definition is required by file_manager_

Powered by Google App Engine
This is Rietveld 408576698