| Index: chrome/common/extensions/api/file_manager_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_manager_private.idl
|
| similarity index 99%
|
| rename from chrome/common/extensions/api/file_browser_private.idl
|
| rename to chrome/common/extensions/api/file_manager_private.idl
|
| index 89add155e0e858d68a841f9820b8504a1cdcb06c..3ee6df5bb8fb2ab81f6b541537d5917c0b62967f 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// fileBrowserPrivate API.
|
| +// fileManagerPrivate API.
|
| // This is a private API used by the file browser of ChromeOS.
|
| [platforms=("chromeos"),
|
| - implemented_in="chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_functions.h"]
|
| -namespace fileBrowserPrivate {
|
| + implemented_in="chrome/browser/chromeos/extensions/file_manager/file_manager_private_api_functions.h"]
|
| +namespace fileManagerPrivate {
|
| // Type of the mounted volume.
|
| enum VolumeType { drive, downloads, removable, archive, cloud_device, provided,
|
| mtp, testing };
|
|
|