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

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

Issue 18063003: Chromium extension API - written as part of course in Open Software Development at Reykjavik Univer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Second round of fixes from review Created 7 years, 5 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ] 550 ]
551 }], 551 }],
552 "terminalPrivate": { 552 "terminalPrivate": {
553 "channel": "stable", 553 "channel": "stable",
554 "extension_types": ["extension", "packaged_app", "platform_app"], 554 "extension_types": ["extension", "packaged_app", "platform_app"],
555 "whitelist": [ 555 "whitelist": [
556 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 556 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
557 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 557 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
558 ] 558 ]
559 }, 559 },
560 "time": {
561 "channel": "stable",
562 "extension_types": ["extension"]
563 },
560 "topSites": { 564 "topSites": {
561 "channel": "stable", 565 "channel": "stable",
562 "extension_types": ["extension", "packaged_app"] 566 "extension_types": ["extension", "packaged_app"]
563 }, 567 },
564 "tts": { 568 "tts": {
565 "channel": "stable", 569 "channel": "stable",
566 "extension_types": ["extension", "packaged_app", "platform_app"] 570 "extension_types": ["extension", "packaged_app", "platform_app"]
567 }, 571 },
568 "ttsEngine": { 572 "ttsEngine": {
569 "channel": "stable", 573 "channel": "stable",
(...skipping 51 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