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 0fca3845fa8163fe7db4399df808387ff37f7b81..514edc65db535f8bc35716d09a18f931ed315376 100644 |
--- a/chrome/common/extensions/api/file_browser_private.idl |
+++ b/chrome/common/extensions/api/file_browser_private.idl |
@@ -212,12 +212,9 @@ dictionary VolumeMetadata { |
// Description of the profile where the volume belongs. |
// TODO(hirono): Remove the property because of the design change of |
- // multi-profile suuport. |
+ // multi-profile support. |
ProfileInfo profile; |
- // Disk volume mount point path. |
- DOMString mountPath; |
- |
// The path to the mounted device, archive file or network resource. |
DOMString? sourcePath; |