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

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

Issue 18186004: Added documentation for In-App Payments API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698