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

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

Issue 181203002: Get rid of mountPath dependency in Files app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased + cleaned up. Created 6 years, 10 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 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;

Powered by Google App Engine
This is Rietveld 408576698