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

Side by Side Diff: chrome/common/extensions/api/_api_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
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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "contexts": ["blessed_extension"] 202 "contexts": ["blessed_extension"]
203 }, 203 },
204 "experimental.history": { 204 "experimental.history": {
205 "dependencies": ["permission:history", "permission:experimental"], 205 "dependencies": ["permission:history", "permission:experimental"],
206 "contexts": ["blessed_extension"] 206 "contexts": ["blessed_extension"]
207 }, 207 },
208 "experimental.identity": { 208 "experimental.identity": {
209 "dependencies": ["permission:experimental"], 209 "dependencies": ["permission:experimental"],
210 "contexts": ["blessed_extension"] 210 "contexts": ["blessed_extension"]
211 }, 211 },
212 "experimental.idltest": {
213 "dependencies": ["permission:experimental"],
214 "contexts": ["blessed_extension"]
215 },
216 "experimental.rlz": { 212 "experimental.rlz": {
217 "dependencies": ["permission:experimental"], 213 "dependencies": ["permission:experimental"],
218 "contexts": ["blessed_extension"] 214 "contexts": ["blessed_extension"]
219 }, 215 },
220 "extension": { 216 "extension": {
221 "channel": "stable", 217 "channel": "stable",
222 "extension_types": ["extension", "legacy_packaged_app"], 218 "extension_types": ["extension", "legacy_packaged_app"],
223 "contexts": ["blessed_extension"] 219 "contexts": ["blessed_extension"]
224 }, 220 },
225 "extension.getURL": { 221 "extension.getURL": {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 275 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
280 }, 276 },
281 "identity": { 277 "identity": {
282 "dependencies": ["permission:identity"], 278 "dependencies": ["permission:identity"],
283 "contexts": ["blessed_extension"] 279 "contexts": ["blessed_extension"]
284 }, 280 },
285 "identityPrivate": { 281 "identityPrivate": {
286 "dependencies": ["permission:identityPrivate"], 282 "dependencies": ["permission:identityPrivate"],
287 "contexts": ["blessed_extension"] 283 "contexts": ["blessed_extension"]
288 }, 284 },
285 "idltest": {
286 "dependencies": ["permission:idltest"],
287 "contexts": ["blessed_extension"]
288 },
289 "idle": { 289 "idle": {
290 "dependencies": ["permission:idle"], 290 "dependencies": ["permission:idle"],
291 "contexts": ["blessed_extension"] 291 "contexts": ["blessed_extension"]
292 }, 292 },
293 "infobars": { 293 "infobars": {
294 "dependencies": ["permission:infobars"], 294 "dependencies": ["permission:infobars"],
295 "contexts": ["blessed_extension"] 295 "contexts": ["blessed_extension"]
296 }, 296 },
297 "input.ime": { 297 "input.ime": {
298 "platform": "chromeos", 298 "platform": "chromeos",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "webview": { 609 "webview": {
610 "internal": true, 610 "internal": true,
611 "dependencies": ["permission:webview"], 611 "dependencies": ["permission:webview"],
612 "contexts": ["blessed_extension"] 612 "contexts": ["blessed_extension"]
613 }, 613 },
614 "windows": { 614 "windows": {
615 "dependencies": ["api:tabs"], 615 "dependencies": ["api:tabs"],
616 "contexts": ["blessed_extension"] 616 "contexts": ["blessed_extension"]
617 } 617 }
618 } 618 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698