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 a65357b789c1a5a68e1ca3134b33402a8bf31a52..e452017b0ce8c3ecb1a754e0af524f6ee7a8bddb 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -363,7 +363,11 @@ |
| },{ |
| "channel": "stable", |
| "extension_types": ["extension"], |
| - "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
| + "whitelist": [ |
| + "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| + "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| + ] |
| }], |
| "fileSystem.directory": [{ |
| "channel": "stable", |
| @@ -371,7 +375,12 @@ |
| }], |
| "fileSystem.retainEntries": [{ |
| "channel": "stable", |
| - "extension_types": ["platform_app"] |
| + "extension_types": ["platform_app"], |
| + "whitelist": [ |
|
Sam McNally
2014/03/04 04:55:00
Does this need to live in another entry with "exte
benwells
2014/03/04 05:50:18
Errr yeah. For now I've remove this bit, I'll do t
|
| + "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| + "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| + ] |
| }], |
| "fileSystem.write": [{ |
| "channel": "stable", |
| @@ -379,7 +388,11 @@ |
| },{ |
| "channel": "stable", |
| "extension_types": ["extension"], |
| - "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
| + "whitelist": [ |
| + "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| + "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| + ] |
| }], |
| "fileSystemProvider": { |
| "channel": "trunk", |
| @@ -565,7 +578,7 @@ |
| // also doesn't hurt anything. |
| "A948368FC53BE437A55FEB414106E207925482F5", // File manager |
| "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| - "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev |
| + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |