| Index: chrome/common/extensions/api/_api_features.json
 | 
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
 | 
| index 9ed28d2a7aec3a10e42599619f920a678d75012e..88a66d1c0ee114141c702550ed98291496dab096 100644
 | 
| --- a/chrome/common/extensions/api/_api_features.json
 | 
| +++ b/chrome/common/extensions/api/_api_features.json
 | 
| @@ -374,6 +374,11 @@
 | 
|      "dependencies": ["permission:fileSystemProvider"],
 | 
|      "contexts": ["blessed_extension"]
 | 
|    },
 | 
| +  "fileSystemProviderInternal": {
 | 
| +    "internal": true,
 | 
| +    "dependencies": ["fileSystemProvider"],
 | 
| +    "contexts": ["blessed_extension"]
 | 
| +  },
 | 
|    "firstRunPrivate": {
 | 
|      "platforms": ["chromeos"],
 | 
|      "dependencies": ["permission:firstRunPrivate"],
 | 
| 
 |