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

Side by Side Diff: chrome/common/extensions/api/_manifest_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 (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 // This features file defines manifest keys implemented under src/chrome. 5 // This features file defines manifest keys implemented under src/chrome.
6 // See chrome/common/extensions/api/_features.md to understand this file, as 6 // See chrome/common/extensions/api/_features.md to understand this file, as
7 // well as feature.h, simple_feature.h, and base_feature_provider.h. 7 // well as feature.h, simple_feature.h, and feature_provider.h.
8 8
9 { 9 {
10 "about_page": { 10 "about_page": {
11 "channel": "stable", 11 "channel": "stable",
12 "extension_types": ["shared_module"] 12 "extension_types": ["shared_module"]
13 }, 13 },
14 "app.icon_color": { 14 "app.icon_color": {
15 "channel": "stable", 15 "channel": "stable",
16 "extension_types": ["hosted_app"] 16 "extension_types": ["hosted_app"]
17 }, 17 },
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 255 },
256 "update_url": { 256 "update_url": {
257 "channel": "stable", 257 "channel": "stable",
258 "extension_types": "all" 258 "extension_types": "all"
259 }, 259 },
260 "url_handlers": { 260 "url_handlers": {
261 "channel": "stable", 261 "channel": "stable",
262 "extension_types": ["platform_app"] 262 "extension_types": ["platform_app"]
263 } 263 }
264 } 264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698