| 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 dbabc8ad48b35c72779089470b822df125575650..233a24fad188480ecc6d65809090ba37fbf53948 100644 | 
| --- a/chrome/common/extensions/api/_api_features.json | 
| +++ b/chrome/common/extensions/api/_api_features.json | 
| @@ -548,7 +548,8 @@ | 
| "channel": "stable", | 
| "contexts": ["webui"], | 
| "matches": [ | 
| -      "chrome://md-settings/*" | 
| +      "chrome://md-settings/*", | 
| +      "chrome://settings/*" | 
| ] | 
| }], | 
| "instanceID": { | 
| @@ -699,7 +700,8 @@ | 
| "channel": "stable", | 
| "contexts": ["webui"], | 
| "matches": [ | 
| -      "chrome://md-settings/*" | 
| +      "chrome://md-settings/*", | 
| +      "chrome://settings/*" | 
| ], | 
| "platforms": ["chromeos"] | 
| }, | 
|  |