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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_mount.h

Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some too strict thread checks. Created 6 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
index 210973488c5b19266b42e125e4ef8522bf646b47..b66f8e0c7ba4f24cae0ee8b441668511c334ca69 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
@@ -20,7 +20,7 @@ struct SelectedFileInfo;
namespace extensions {
// Implements chrome.fileBrowserPrivate.addMount method.
-// Mounts a device or a file.
+// Mounts removable devices and archive files.
class FileBrowserPrivateAddMountFunction : public LoggedAsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("fileBrowserPrivate.addMount",
@@ -41,7 +41,7 @@ class FileBrowserPrivateAddMountFunction : public LoggedAsyncExtensionFunction {
};
// Implements chrome.fileBrowserPrivate.removeMount method.
-// Unmounts selected device. Expects mount point path as an argument.
+// Unmounts selected volume. Expects volume id as an argument.
class FileBrowserPrivateRemoveMountFunction
: public LoggedAsyncExtensionFunction {
public:
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698