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

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: 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
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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "channel": "stable", 295 "channel": "stable",
296 "extension_types": ["extension", "platform_app"] 296 "extension_types": ["extension", "platform_app"]
297 }, 297 },
298 "identityPrivate": { 298 "identityPrivate": {
299 "channel": "stable", 299 "channel": "stable",
300 "extension_types": [ 300 "extension_types": [
301 "packaged_app" 301 "packaged_app"
302 ], 302 ],
303 "location": "component" 303 "location": "component"
304 }, 304 },
305 "idltest": {
306 "channel": "trunk",
307 "extension_types": ["extension"]
308 },
305 "idle": { 309 "idle": {
306 "channel": "stable", 310 "channel": "stable",
307 "extension_types": ["extension", "packaged_app", "platform_app"] 311 "extension_types": ["extension", "packaged_app", "platform_app"]
308 }, 312 },
309 "infobars": { 313 "infobars": {
310 "channel": "dev", 314 "channel": "dev",
311 "extension_types": ["extension", "packaged_app", "platform_app"] 315 "extension_types": ["extension", "packaged_app", "platform_app"]
312 }, 316 },
313 "input": { 317 "input": {
314 "channel": "stable", 318 "channel": "stable",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 }, 686 },
683 "webRequestBlocking": { 687 "webRequestBlocking": {
684 "channel": "stable", 688 "channel": "stable",
685 "extension_types": ["extension", "packaged_app"] 689 "extension_types": ["extension", "packaged_app"]
686 }, 690 },
687 "webview": { 691 "webview": {
688 "channel": "stable", 692 "channel": "stable",
689 "extension_types": ["platform_app"] 693 "extension_types": ["platform_app"]
690 } 694 }
691 } 695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698