Chromium Code Reviews| 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 "activeTab": { | 9 "activeTab": { |
| 10 "channel": "stable", | 10 "channel": "stable", |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 282 "channel": "stable", | 282 "channel": "stable", |
| 283 "extension_types": [ | 283 "extension_types": [ |
| 284 "packaged_app" | 284 "packaged_app" |
| 285 ], | 285 ], |
| 286 "location": "component" | 286 "location": "component" |
| 287 }, | 287 }, |
| 288 "idle": { | 288 "idle": { |
| 289 "channel": "stable", | 289 "channel": "stable", |
| 290 "extension_types": ["extension", "packaged_app", "platform_app"] | 290 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 291 }, | 291 }, |
| 292 "inAppPayments": { | |
| 293 "channel": "dev", | |
| 294 "extension_types": ["platform_app"] | |
| 295 }, | |
|
not at google - send to devlin
2013/07/08 16:15:43
things in chrome/common/extensions/api are only fo
Andy
2013/07/09 00:51:23
Done.
| |
| 292 "input": { | 296 "input": { |
| 293 "channel": "stable", | 297 "channel": "stable", |
| 294 "extension_types": ["extension", "packaged_app"], | 298 "extension_types": ["extension", "packaged_app"], |
| 295 "inplies_full_url_access": true | 299 "inplies_full_url_access": true |
| 296 }, | 300 }, |
| 297 "inputMethodPrivate": [{ | 301 "inputMethodPrivate": [{ |
| 298 "channel": "stable", | 302 "channel": "stable", |
| 299 "extension_types": ["extension", "packaged_app", "platform_app"], | 303 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 300 "whitelist": [ | 304 "whitelist": [ |
| 301 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver | 305 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 640 }, | 644 }, |
| 641 "webRequestBlocking": { | 645 "webRequestBlocking": { |
| 642 "channel": "stable", | 646 "channel": "stable", |
| 643 "extension_types": ["extension", "packaged_app"] | 647 "extension_types": ["extension", "packaged_app"] |
| 644 }, | 648 }, |
| 645 "webview": { | 649 "webview": { |
| 646 "channel": "stable", | 650 "channel": "stable", |
| 647 "extension_types": ["platform_app"] | 651 "extension_types": ["platform_app"] |
| 648 } | 652 } |
| 649 } | 653 } |
| OLD | NEW |