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

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: @r213855 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 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 }, 646 },
647 "webRequestBlocking": { 647 "webRequestBlocking": {
648 "channel": "stable", 648 "channel": "stable",
649 "extension_types": ["extension", "packaged_app"] 649 "extension_types": ["extension", "packaged_app"]
650 }, 650 },
651 "webview": { 651 "webview": {
652 "channel": "stable", 652 "channel": "stable",
653 "extension_types": ["platform_app"] 653 "extension_types": ["platform_app"]
654 } 654 }
655 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698