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

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

Issue 22597002: Promote the downloads api to stable for M30! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "extension_types": ["extension", "packaged_app"] 181 "extension_types": ["extension", "packaged_app"]
182 }, 182 },
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": "stable",
192 "extension_types": ["extension"] 192 "extension_types": ["extension"]
193 }, 193 },
194 "downloads.open": { 194 "downloads.open": {
195 "channel": "beta", 195 "channel": "stable",
196 "extension_types": ["extension"] 196 "extension_types": ["extension"]
197 }, 197 },
198 "downloads.shelf": { 198 "downloads.shelf": {
199 "channel": "beta", 199 "channel": "stable",
200 "extension_types": ["extension"] 200 "extension_types": ["extension"]
201 }, 201 },
202 "dial": { 202 "dial": {
203 "channel": "stable", 203 "channel": "stable",
204 "extension_types": ["extension"], 204 "extension_types": ["extension"],
205 "whitelist": [ 205 "whitelist": [
206 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester 206 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
207 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging 207 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
208 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary 208 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
209 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) 209 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 }, 655 },
656 "webRequestBlocking": { 656 "webRequestBlocking": {
657 "channel": "stable", 657 "channel": "stable",
658 "extension_types": ["extension", "packaged_app"] 658 "extension_types": ["extension", "packaged_app"]
659 }, 659 },
660 "webview": { 660 "webview": {
661 "channel": "stable", 661 "channel": "stable",
662 "extension_types": ["platform_app"] 662 "extension_types": ["platform_app"]
663 } 663 }
664 } 664 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698