| 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 449e37cce2303bbd149bdee874006fd2a845f640..df9250269e9629337069de935253e588f7f748f1 100644
|
| --- a/chrome/common/extensions/api/file_system_provider_internal.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider_internal.idl
|
| @@ -5,8 +5,7 @@
|
| // 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,
|
| - use_movable_types=true]
|
| + nodoc]
|
| namespace fileSystemProviderInternal {
|
| interface Functions {
|
| // Internal. Success callback of the <code>onUnmountRequested</code>
|
|
|