| 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 b4f4b26679fa914e3e5c44413fd8a4bcd923fed7..8b4322ce1bbdac45c2ea92a056e3cd61afbd02f9 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 };
|
|
|