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

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

Issue 677413007: Add a has_media flag to VolumeMetadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix has_media flags on unittest. Created 6 years, 2 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_manager_private.idl
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
index 6223cffc97ec881b51319c5ddb75331dd206fccd..21cf93a8c30107b67a02836675d6224d56dcadef 100644
--- a/chrome/common/extensions/api/file_manager_private.idl
+++ b/chrome/common/extensions/api/file_manager_private.idl
@@ -279,6 +279,9 @@ dictionary VolumeMetadata {
// Flag that specifies if volume is mounted in read-only mode.
boolean isReadOnly;
+ // Flag that specifies whether the volume contains media.
+ boolean hasMedia;
+
// Additional data about mount, for example, that the filesystem is not
// supported.
MountCondition? mountCondition;

Powered by Google App Engine
This is Rietveld 408576698