| 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 cbf128f2fbdd11b1080deccd09edbeee02d73d5b..683f56d1507473659e25b5075212bac590d0e2db 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -919,10 +919,9 @@ interface Functions {
|
| static void addProvidedFileSystem(DOMString extension_id,
|
| SimpleCallback callback);
|
|
|
| - // Requests configuring an existing file system. If not possible, then returns
|
| + // Requests configuring an existing volume. If not possible, then returns
|
| // an error via chrome.runtime.lastError.
|
| - static void configureProvidedFileSystem(DOMString volumeId,
|
| - SimpleCallback callback);
|
| + static void configureVolume(DOMString volumeId, SimpleCallback callback);
|
| };
|
|
|
| interface Events {
|
|
|