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

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

Issue 23799006: Move idltest API to trunk channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setting channel to trunk for the api test Created 7 years, 3 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "channel": "stable", 321 "channel": "stable",
322 "extension_types": ["extension", "platform_app"] 322 "extension_types": ["extension", "platform_app"]
323 }, 323 },
324 "identityPrivate": { 324 "identityPrivate": {
325 "channel": "stable", 325 "channel": "stable",
326 "extension_types": [ 326 "extension_types": [
327 "legacy_packaged_app" 327 "legacy_packaged_app"
328 ], 328 ],
329 "location": "component" 329 "location": "component"
330 }, 330 },
331 "idltest": {
332 "channel": "trunk",
333 "extension_types": ["extension"]
334 },
331 "idle": { 335 "idle": {
332 "channel": "stable", 336 "channel": "stable",
333 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 337 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
334 }, 338 },
335 "infobars": { 339 "infobars": {
336 "channel": "dev", 340 "channel": "dev",
337 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 341 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
338 }, 342 },
339 "input": { 343 "input": {
340 "channel": "stable", 344 "channel": "stable",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 }, 735 },
732 "webRequestBlocking": { 736 "webRequestBlocking": {
733 "channel": "stable", 737 "channel": "stable",
734 "extension_types": ["extension", "legacy_packaged_app"] 738 "extension_types": ["extension", "legacy_packaged_app"]
735 }, 739 },
736 "webview": { 740 "webview": {
737 "channel": "stable", 741 "channel": "stable",
738 "extension_types": ["platform_app"] 742 "extension_types": ["platform_app"]
739 } 743 }
740 } 744 }
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