Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2118)

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 7462010: Remove unused ContentSettingRule type from extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/experimental.contentSettings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « no previous file | chrome/common/extensions/docs/experimental.contentSettings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698