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

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

Issue 2669463002: [Extensions] Remove BaseFeatureProvider (Closed)
Patch Set: Created 3 years, 10 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/extensions. 6 // under src/extensions.
7 // See chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and base_feature_provider.h. 8 // well as feature.h, simple_feature.h, and feature_provider.h.
9 9
10 // If you add a new platform_app permission please update the "stubs_app" test: 10 // If you add a new platform_app permission please update the "stubs_app" test:
11 // chrome/test/data/extensions/api_test/stubs_app/manifest.json 11 // chrome/test/data/extensions/api_test/stubs_app/manifest.json
12 12
13 { 13 {
14 "alarms": { 14 "alarms": {
15 "channel": "stable", 15 "channel": "stable",
16 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 16 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
17 "min_manifest_version": 2 17 "min_manifest_version": 2
18 }, 18 },
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 }], 588 }],
589 "webRequest": { 589 "webRequest": {
590 "channel": "stable", 590 "channel": "stable",
591 "extension_types": ["extension", "legacy_packaged_app"] 591 "extension_types": ["extension", "legacy_packaged_app"]
592 }, 592 },
593 "webRequestBlocking": { 593 "webRequestBlocking": {
594 "channel": "stable", 594 "channel": "stable",
595 "extension_types": ["extension", "legacy_packaged_app"] 595 "extension_types": ["extension", "legacy_packaged_app"]
596 } 596 }
597 } 597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698