| 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 8fb87b6e14fbd784c8dcf77311333cccdccae55e..e973e4aa06c8bb947107dc5f7e8b1fd6c7ea1fa5 100644
|
| --- a/chrome/common/extensions/api/file_system_provider_internal.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider_internal.idl
|
| @@ -4,8 +4,7 @@
|
|
|
| // Internal, used by fileSystemProvider's custom bindings. These functions are
|
| // called when events' callbacks are invoked.
|
| -[platforms=("chromeos"),
|
| - 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]
|
| namespace fileSystemProviderInternal {
|
| interface Functions {
|
| // Internal. Success callback of the <code>onUnmountRequested</code>
|
|
|