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

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

Issue 1142593002: Generalize volume configuration over all volumes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the configure test. Created 5 years, 7 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 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 {

Powered by Google App Engine
This is Rietveld 408576698