| 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 0d436074c0783eb728f67a1ba89105ab073b1d70..f38e092be9be19322109ce3874e2e71902084eb0 100644 | 
| --- a/chrome/common/extensions/api/_api_features.json | 
| +++ b/chrome/common/extensions/api/_api_features.json | 
| @@ -552,6 +552,10 @@ | 
| "dependencies": ["permission:networkingPrivate"], | 
| "contexts": ["blessed_extension"] | 
| }, | 
| +  "notificationProvider": { | 
| +    "dependencies": ["permission:notificationProvider"], | 
| +    "contexts": ["blessed_extension"] | 
| +  }, | 
| "notifications": { | 
| "dependencies": ["permission:notifications"], | 
| "contexts": ["blessed_extension"] | 
|  |