| OLD | NEW |
| 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 Loading... |
| 202 "contexts": ["blessed_extension"] | 202 "contexts": ["blessed_extension"] |
| 203 }, | 203 }, |
| 204 "experimental.idltest": { | 204 "experimental.idltest": { |
| 205 "dependencies": ["permission:experimental"], | 205 "dependencies": ["permission:experimental"], |
| 206 "contexts": ["blessed_extension"] | 206 "contexts": ["blessed_extension"] |
| 207 }, | 207 }, |
| 208 "experimental.input.virtualKeyboard": { | 208 "experimental.input.virtualKeyboard": { |
| 209 "dependencies": ["permission:experimental"], | 209 "dependencies": ["permission:experimental"], |
| 210 "contexts": ["blessed_extension"] | 210 "contexts": ["blessed_extension"] |
| 211 }, | 211 }, |
| 212 "experimental.processes": { | |
| 213 "dependencies": ["permission:experimental"], | |
| 214 "contexts": ["blessed_extension"] | |
| 215 }, | |
| 216 "experimental.record": { | 212 "experimental.record": { |
| 217 "dependencies": ["permission:experimental"], | 213 "dependencies": ["permission:experimental"], |
| 218 "contexts": ["blessed_extension"] | 214 "contexts": ["blessed_extension"] |
| 219 }, | 215 }, |
| 220 "experimental.rlz": { | 216 "experimental.rlz": { |
| 221 "dependencies": ["permission:experimental"], | 217 "dependencies": ["permission:experimental"], |
| 222 "contexts": ["blessed_extension"] | 218 "contexts": ["blessed_extension"] |
| 223 }, | 219 }, |
| 224 "extension": { | 220 "extension": { |
| 225 "channel": "stable", | 221 "channel": "stable", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "contexts": ["blessed_extension"] | 379 "contexts": ["blessed_extension"] |
| 384 }, | 380 }, |
| 385 "preferencesPrivate": { | 381 "preferencesPrivate": { |
| 386 "dependencies": ["permission:preferencesPrivate"], | 382 "dependencies": ["permission:preferencesPrivate"], |
| 387 "contexts": ["blessed_extension"] | 383 "contexts": ["blessed_extension"] |
| 388 }, | 384 }, |
| 389 "privacy": { | 385 "privacy": { |
| 390 "dependencies": ["permission:privacy"], | 386 "dependencies": ["permission:privacy"], |
| 391 "contexts": ["blessed_extension"] | 387 "contexts": ["blessed_extension"] |
| 392 }, | 388 }, |
| 389 "processes": { |
| 390 "dependencies": ["permission:processes"], |
| 391 "contexts": ["blessed_extension"] |
| 392 }, |
| 393 "proxy": { | 393 "proxy": { |
| 394 "dependencies": ["permission:proxy"], | 394 "dependencies": ["permission:proxy"], |
| 395 "contexts": ["blessed_extension"] | 395 "contexts": ["blessed_extension"] |
| 396 }, | 396 }, |
| 397 "pushMessaging": { | 397 "pushMessaging": { |
| 398 "dependencies": ["permission:pushMessaging"], | 398 "dependencies": ["permission:pushMessaging"], |
| 399 "contexts": ["blessed_extension"] | 399 "contexts": ["blessed_extension"] |
| 400 }, | 400 }, |
| 401 "recoveryPrivate": { | 401 "recoveryPrivate": { |
| 402 "dependencies": ["permission:recoveryPrivate"], | 402 "dependencies": ["permission:recoveryPrivate"], |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 }, | 593 }, |
| 594 "webview": { | 594 "webview": { |
| 595 "dependencies": ["permission:webview"], | 595 "dependencies": ["permission:webview"], |
| 596 "contexts": ["blessed_extension"] | 596 "contexts": ["blessed_extension"] |
| 597 }, | 597 }, |
| 598 "windows": { | 598 "windows": { |
| 599 "dependencies": ["permission:tabs"], | 599 "dependencies": ["permission:tabs"], |
| 600 "contexts": ["blessed_extension"] | 600 "contexts": ["blessed_extension"] |
| 601 } | 601 } |
| 602 } | 602 } |
| OLD | NEW |