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

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

Issue 538873002: [fsp] Wire FSP to chrome.fileBrowserPrivate.getEntryProperties(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 6 years, 3 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 112b4d8bff7922dca6e676f5a67fc52d0de4e370..983efe8da63f112966bdc14a9161fe3cd783c7f9 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -193,13 +193,13 @@ dictionary EntryProperties {
// Rotation in clockwise degrees, if the entry is an image.
long? imageRotation;
- // True if the file is pinned in Drive cache.
+ // True if the file is pinned in cache.
boolean? isPinned;
- // True if the file is present in Drive cache.
+ // True if the file is present in cache.
boolean? isPresent;
- // True if the file is hosted on a Drive server instead of local.
+ // True if the file is hosted on a server instead of local.
boolean? isHosted;
// True if the file is available offline.

Powered by Google App Engine
This is Rietveld 408576698