Commit 05ba5cc6 authored by Demetrios Papadopoulos's avatar Demetrios Papadopoulos Committed by Commit Bot

Remove obsolete chrome://extensions-frame permissions.

Bug: None
Change-Id: Ibf3299e2487b3796e12569b21362c751426e2ae3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992695
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#729876}
parent ec73b5f8
...@@ -318,10 +318,7 @@ ...@@ -318,10 +318,7 @@
}, { }, {
"channel": "stable", "channel": "stable",
"contexts": ["webui"], "contexts": ["webui"],
"matches": [ "matches": ["chrome://extensions/*"]
"chrome://extensions/*",
"chrome://extensions-frame/*" // TODO(dbeam): still needed?
]
}], }],
// All devtools APIs are implemented by hand, so don't compile them. // All devtools APIs are implemented by hand, so don't compile them.
"devtools.inspectedWindow": { "devtools.inspectedWindow": {
...@@ -439,7 +436,7 @@ ...@@ -439,7 +436,7 @@
"internal": true, "internal": true,
"channel": "stable", "channel": "stable",
"contexts": ["webui"], "contexts": ["webui"],
"matches": ["chrome://extensions-frame/*", "chrome://extensions/*"] "matches": ["chrome://extensions/*"]
}, },
// This is not a real API, only here for documentation purposes. // This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background. // See http://crbug.com/275944 for background.
......
...@@ -219,7 +219,6 @@ ...@@ -219,7 +219,6 @@
"chrome://cast/*", "chrome://cast/*",
"chrome://cellular-setup/*", "chrome://cellular-setup/*",
"chrome://discards/*", "chrome://discards/*",
"chrome://extensions-frame/*", // TODO(dbeam): still needed?
"chrome://extensions/*", "chrome://extensions/*",
"chrome://home/*", "chrome://home/*",
"chrome://chrome-signin/*", "chrome://chrome-signin/*",
...@@ -262,7 +261,6 @@ ...@@ -262,7 +261,6 @@
"contexts": ["webui"], "contexts": ["webui"],
"matches": [ "matches": [
"chrome://extensions/*", "chrome://extensions/*",
"chrome://extensions-frame/*", // TODO(dbeam): still needed?
"chrome://settings/*" "chrome://settings/*"
] ]
}], }],
...@@ -581,10 +579,7 @@ ...@@ -581,10 +579,7 @@
}, { }, {
"channel": "stable", "channel": "stable",
"contexts": ["webui"], "contexts": ["webui"],
"matches": [ "matches": ["chrome://extensions/*"]
"chrome://extensions/*",
"chrome://extensions-frame/*" // TODO(dbeam): still needed?
]
}], }],
"types": { "types": {
"internal": true, "internal": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment