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

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

Issue 16924017: A few minor changes to the chrome.downloads extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r214130 Created 7 years, 4 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/downloads.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 { 183 {
184 "channel": "stable", 184 "channel": "stable",
185 "extension_types": ["extension", "packaged_app"], 185 "extension_types": ["extension", "packaged_app"],
186 // Legacy Browser Support (remove once this API hits stable). 186 // Legacy Browser Support (remove once this API hits stable).
187 "whitelist": ["heildphpnddilhkemkielfhnkaagiabh"] 187 "whitelist": ["heildphpnddilhkemkielfhnkaagiabh"]
188 } 188 }
189 ], 189 ],
190 "downloads": { 190 "downloads": {
191 "channel": "beta", 191 "channel": "beta",
192 "extension_types": [ 192 "extension_types": [
193 "extension", "packaged_app" 193 "extension"
194 ] 194 ]
195 }, 195 },
196 "downloads.open": { 196 "downloads.open": {
197 "channel": "beta", 197 "channel": "beta",
198 "extension_types": ["extension"] 198 "extension_types": ["extension"]
199 }, 199 },
200 "dial": { 200 "dial": {
201 "channel": "stable", 201 "channel": "stable",
202 "extension_types": ["extension"], 202 "extension_types": ["extension"],
203 "whitelist": [ 203 "whitelist": [
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 }, 661 },
662 "webRequestBlocking": { 662 "webRequestBlocking": {
663 "channel": "stable", 663 "channel": "stable",
664 "extension_types": ["extension", "packaged_app"] 664 "extension_types": ["extension", "packaged_app"]
665 }, 665 },
666 "webview": { 666 "webview": {
667 "channel": "stable", 667 "channel": "stable",
668 "extension_types": ["platform_app"] 668 "extension_types": ["platform_app"]
669 } 669 }
670 } 670 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/downloads.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698