Chromium Code Reviews| 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 cc3a0a560b0d08baf7cf4bef67b4d05a9b705143..32e847dda0c5bdd6cafdc3ebc043cc4964124cce 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -123,7 +123,8 @@ |
| "extension_types": ["platform_app"], |
| "whitelist": [ |
| "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger |
| - "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. |
| + "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| + "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
|
miket_OOO
2013/05/06 18:34:35
Please add a personal TODO for yourself to remembe
|
| ] |
| }, |
| "devtools": { |
| @@ -267,7 +268,8 @@ |
| "channel": "stable", |
| "extension_types": ["platform_app"], |
| "whitelist": [ |
| - "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. |
| + "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| + "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
| ] |
| } |
| ], |