Chromium Code Reviews| Index: chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc |
| diff --git a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc |
| index 63fb40bd3b895704b4a7342f134030cdfc5a6652..9eb81a433e17f7c3ceb78a1fac7268e17fd9039c 100644 |
| --- a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc |
| +++ b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc |
| @@ -31,27 +31,27 @@ |
| // Tests for access to external file systems (as defined in |
| // webkit/common/fileapi/file_system_types.h) from extensions with |
| -// fileBrowserPrivate and fileBrowserHandler extension permissions. |
| +// fileManagerPrivate and fileBrowserHandler extension permissions. |
| // The tests cover following external file system types: |
| // - local (kFileSystemTypeLocalNative): a local file system on which files are |
| // accessed using native local path. |
| // - restricted (kFileSystemTypeRestrictedLocalNative): a *read-only* local file |
| // system which can only be accessed by extensions that have full access to |
| -// external file systems (i.e. extensions with fileBrowserPrivate permission). |
| +// external file systems (i.e. extensions with fileManagerPrivate permission). |
| // - drive (kFileSystemTypeDrive): a file system that provides access to Google |
| // Drive. |
| // |
| // The tests cover following scenarios: |
| // - Performing file system operations on external file systems from an |
| -// extension with fileBrowserPrivate permission (i.e. a file browser |
| +// extension with fileManagerPrivate permission (i.e. a file browser |
|
mtomasz
2014/09/08 08:51:35
These comments seem outdated now. There is no file
satorux1
2014/09/09 01:41:29
Let me do it in a separate patch. I want the patch
|
| // extension). |
| // - Performing read/write operations from file handler extensions. These |
| // extensions need a file browser extension to give them permissions to access |
| // files. This also includes file handler extensions in filesystem API. |
| // - Observing directory changes from a file browser extension (using |
| -// fileBrowserPrivate API). |
| +// fileManagerPrivate API). |
| // - Doing searches on drive file system from file browser extension (using |
| -// fileBrowserPrivate API). |
| +// fileManagerPrivate API). |
| using drive::DriveIntegrationServiceFactory; |
| using extensions::Extension; |