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

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

Issue 265503003: Enable file_handlers and chrome.app.runtime for QuickOffice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 32d75de4b779b08ad0f306aa705f9508c2950a36..6c9b30895039a24470d5e2dd4e83847fdd1f1af4 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -49,12 +49,22 @@
"http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*"
]
},
- "app.runtime": {
+ "app.runtime": [{
"channel": "stable",
"contexts": ["blessed_extension"],
"extension_types": ["platform_app"],
"noparent": true
- },
+ }, {
+ "noparent": true,
not at google - send to devlin 2014/04/30 15:52:55 nit: attempt alphabetic or at least parallel the o
benwells 2014/05/01 08:19:21 Done.
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "contexts": ["blessed_extension"],
+ "whitelist": [
not at google - send to devlin 2014/04/30 15:52:55 I have an idea: how about implementing a "blacklis
benwells 2014/05/01 01:17:47 OK I'll have a look at that.
benwells 2014/05/01 08:19:21 Done.
+ "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
not at google - send to devlin 2014/04/30 15:52:55 we are supposed to be using ID hashes these days.
benwells 2014/05/01 01:17:47 Ah that dangers of copy paste...
benwells 2014/05/01 08:19:21 Done.
+ "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
+ "bpmcpldpdmajfigpchkicefoigmkfalc" // Quickoffice component extension
+ ]
+ }],
"app.window": {
"channel": "stable",
"contexts": ["blessed_extension"],
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698