| Index: chrome/common/extensions/api/file_system_provider_internal.idl
|
| diff --git a/chrome/common/extensions/api/file_system_provider_internal.idl b/chrome/common/extensions/api/file_system_provider_internal.idl
|
| index af3db413d206e6be0ee4c1796a12d66d585d5981..449e37cce2303bbd149bdee874006fd2a845f640 100644
|
| --- a/chrome/common/extensions/api/file_system_provider_internal.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider_internal.idl
|
| @@ -4,7 +4,9 @@
|
|
|
| // Internal, used by fileSystemProvider's custom bindings. These functions are
|
| // called when events' callbacks are invoked.
|
| -[implemented_in="chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h", nodoc]
|
| +[implemented_in="chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h",
|
| + nodoc,
|
| + use_movable_types=true]
|
| namespace fileSystemProviderInternal {
|
| interface Functions {
|
| // Internal. Success callback of the <code>onUnmountRequested</code>
|
|
|