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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 12300041: Add nativeMessaging extension permission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "whitelist": [ 246 "whitelist": [
247 // The file manager is a component extension, and it can currently use 247 // The file manager is a component extension, and it can currently use
248 // whitelisted interfaces without being on the corresponding whitelist. 248 // whitelisted interfaces without being on the corresponding whitelist.
249 // Adding it to this whitelist documents its dependency, however, and also 249 // Adding it to this whitelist documents its dependency, however, and also
250 // doesn't hurt anything. 250 // doesn't hurt anything.
251 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 251 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
252 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 252 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
253 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev 253 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev
254 ] 254 ]
255 }, 255 },
256 "nativeMessaging": {
257 "channel": "dev",
258 "extension_types": [
259 "extension", "packaged_app", "hosted_app", "platform_app"
260 ]
261 },
256 "networkingPrivate": { 262 "networkingPrivate": {
257 "channel": "dev", 263 "channel": "dev",
258 "extension_types": ["extension", "packaged_app"], 264 "extension_types": ["extension", "packaged_app"],
259 "location": "component" 265 "location": "component"
260 }, 266 },
261 "notifications": { 267 "notifications": {
262 "channel": "stable", 268 "channel": "stable",
263 "extension_types": [ 269 "extension_types": [
264 "extension", "packaged_app", "hosted_app", "platform_app" 270 "extension", "packaged_app", "hosted_app", "platform_app"
265 ] 271 ]
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 }, 442 },
437 "webRequestBlocking": { 443 "webRequestBlocking": {
438 "channel": "stable", 444 "channel": "stable",
439 "extension_types": ["extension", "packaged_app"] 445 "extension_types": ["extension", "packaged_app"]
440 }, 446 },
441 "webview": { 447 "webview": {
442 "channel": "stable", 448 "channel": "stable",
443 "extension_types": ["platform_app"] 449 "extension_types": ["platform_app"]
444 } 450 }
445 } 451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698