| Index: chrome/common/extensions/api/_permission_features.json
|
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
|
| index b18e4c382191da0f047bdd51d19e2ea0e33313aa..0c21648f1826c56e4c12c2630d01e7f914c5f721 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -132,8 +132,10 @@
|
| "channel": "dev",
|
| "extension_types": ["platform_app"],
|
| "whitelist": [
|
| - "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
|
| - "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor.
|
| + "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
|
| + "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
|
| + // TODO(grv) : clean up once after publish.
|
| + "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
|
| ]
|
| },
|
| "devtools": {
|
| @@ -281,7 +283,8 @@
|
| "channel": "stable",
|
| "extension_types": ["platform_app"],
|
| "whitelist": [
|
| - "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor.
|
| + "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
|
| + "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
|
| ]
|
| }
|
| ],
|
|
|