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

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

Issue 22584002: Move processes API to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "channel": "dev", 468 "channel": "dev",
469 "extension_types": [ 469 "extension_types": [
470 "extension" 470 "extension"
471 ], 471 ],
472 "location": "component" 472 "location": "component"
473 }, 473 },
474 "privacy": { 474 "privacy": {
475 "channel": "stable", 475 "channel": "stable",
476 "extension_types": ["extension", "packaged_app"] 476 "extension_types": ["extension", "packaged_app"]
477 }, 477 },
478 "processes": {
479 "channel": "dev",
480 "extension_types": ["extension", "packaged_app", "platform_app"]
nasko 2013/08/07 15:42:00 I'm not sure this API should be accessible to apps
Charlie Reis 2013/08/07 17:04:04 Agreed. It should only be accessible to extension
pals 2013/08/08 06:30:52 Done.
481 },
478 "proxy": { 482 "proxy": {
479 "channel": "stable", 483 "channel": "stable",
480 "extension_types": ["extension", "packaged_app"] 484 "extension_types": ["extension", "packaged_app"]
481 }, 485 },
482 "pushMessaging": { 486 "pushMessaging": {
483 "channel": "stable", 487 "channel": "stable",
484 "extension_types": ["extension", "platform_app"] 488 "extension_types": ["extension", "platform_app"]
485 }, 489 },
486 "recoveryPrivate": { 490 "recoveryPrivate": {
487 "channel": "dev", 491 "channel": "dev",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 }, 659 },
656 "webRequestBlocking": { 660 "webRequestBlocking": {
657 "channel": "stable", 661 "channel": "stable",
658 "extension_types": ["extension", "packaged_app"] 662 "extension_types": ["extension", "packaged_app"]
659 }, 663 },
660 "webview": { 664 "webview": {
661 "channel": "stable", 665 "channel": "stable",
662 "extension_types": ["platform_app"] 666 "extension_types": ["platform_app"]
663 } 667 }
664 } 668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698