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

Unified Diff: chrome/common/extensions/api/file_browser_private.idl

Issue 522533003: [fsp] Remove the unused streaming field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 6 years, 4 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
Index: chrome/common/extensions/api/file_browser_private.idl
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index 91e0d1cd3ede323e5671927fddef9bc6a4e0dc93..501f094b6b70d2cd39683405b675042ca819877c 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -202,6 +202,12 @@ dictionary DriveEntryProperties {
// True if the file is hosted on a Drive server instead of local.
boolean? isHosted;
+ // True if the file is available offline.
+ boolean? isAvailableOffline;
+
+ // True if the file is available on metered connection.
+ boolean? isAvailableWhenMetered;
+
// URL to the custom icon for this file.
DOMString? customIconUrl;

Powered by Google App Engine
This is Rietveld 408576698