| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index b7cef603abf4529a894d208bbd056acda7352226..ca94311ad96984917b7903a114bdcc1f1d0ab8c9 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -5999,29 +5999,6 @@
|
| "description": "Currently, no content types use resource identifiers."
|
| },
|
| {
|
| - "id": "ContentSettingRule",
|
| - "type": "object",
|
| - "properties": {
|
| - "topLevelPattern": {
|
| - "type": "string",
|
| - "description": "The pattern for the top-level frame URL. For details on the format of a pattern, see <a href='match_patterns.html'>Match Patterns</a>."
|
| - },
|
| - "embeddedPattern": {
|
| - "type": "string",
|
| - "description": "The pattern for the frame or object URL. For details on the format of a pattern, see <a href='match_patterns.html'>Match Patterns</a>."
|
| - },
|
| - "resourceIdentifier": {
|
| - "$ref": "ResourceIdentifier",
|
| - "optional": true,
|
| - "description": "The resource identifier for the content type."
|
| - },
|
| - "setting": {
|
| - "type": "any",
|
| - "description": "The setting applied by this rule. See the description of the individual ContentSetting objects for the possible values."
|
| - }
|
| - }
|
| - },
|
| - {
|
| "id": "ContentSetting",
|
| "type": "object",
|
| "functions": [
|
|
|