| 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:
 | 
| 
 |