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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 847453002: Files.app: Fix closure compiler errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/foreground/js/metadata/metadata_cache.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/file_manager_private.js
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index df12a3c6494ef38739dbf9b759ae009867fe0155..6040fc0edecc2097332b341c930f8299b9e13073 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -27,12 +27,14 @@ var FileTask;
* fileSize: (number|undefined),
* lastModifiedTime: (number|undefined),
* thumbnailUrl: (string|undefined),
+ * externalFileUrl: (string|undefined),
* imageWidth: (number|undefined),
* imageHeight: (number|undefined),
* imageRotation: (number|undefined),
* isPinned: (boolean|undefined),
* isPresent: (boolean|undefined),
* isHosted: (boolean|undefined),
+ * isDirty: (boolean|undefined),
* isAvailableOffline: (boolean|undefined),
* isAvailableWhenMetered: (boolean|undefined),
* customIconUrl: (string|undefined),
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698