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

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

Issue 17679004: testing adding an extension api Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 }, 501 },
502 "systemIndicator": { 502 "systemIndicator": {
503 "channel": "dev", 503 "channel": "dev",
504 "extension_types": ["extension", "packaged_app", "platform_app"] 504 "extension_types": ["extension", "packaged_app", "platform_app"]
505 }, 505 },
506 "storage": { 506 "storage": {
507 "channel": "stable", 507 "channel": "stable",
508 "extension_types": ["extension", "packaged_app", "platform_app"], 508 "extension_types": ["extension", "packaged_app", "platform_app"],
509 "min_manifest_version": 2 509 "min_manifest_version": 2
510 }, 510 },
511 "widgets": {
512 "channel": "dev",
513 "extension_types": ["extension", "packaged_app", "platform_app"],
514 },
511 "systemInfo.cpu": { 515 "systemInfo.cpu": {
512 "channel": "dev", 516 "channel": "dev",
513 "extension_types": [ 517 "extension_types": [
514 "extension", "packaged_app", "hosted_app", "platform_app" 518 "extension", "packaged_app", "hosted_app", "platform_app"
515 ], 519 ],
516 "whitelist": [""] 520 "whitelist": [""]
517 }, 521 },
518 "systemInfo.memory": { 522 "systemInfo.memory": {
519 "channel": "dev", 523 "channel": "dev",
520 "extension_types": [ 524 "extension_types": [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 625 },
622 "webRequestBlocking": { 626 "webRequestBlocking": {
623 "channel": "stable", 627 "channel": "stable",
624 "extension_types": ["extension", "packaged_app"] 628 "extension_types": ["extension", "packaged_app"]
625 }, 629 },
626 "webview": { 630 "webview": {
627 "channel": "stable", 631 "channel": "stable",
628 "extension_types": ["platform_app"] 632 "extension_types": ["platform_app"]
629 } 633 }
630 } 634 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698