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

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: @r212092 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 "dial": { 196 "dial": {
197 "channel": "stable", 197 "channel": "stable",
198 "extension_types": ["extension"], 198 "extension_types": ["extension"],
199 "whitelist": [ 199 "whitelist": [
200 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester 200 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
201 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging 201 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
202 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary 202 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
203 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) 203 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 }, 638 },
639 "webRequestBlocking": { 639 "webRequestBlocking": {
640 "channel": "stable", 640 "channel": "stable",
641 "extension_types": ["extension", "packaged_app"] 641 "extension_types": ["extension", "packaged_app"]
642 }, 642 },
643 "webview": { 643 "webview": {
644 "channel": "stable", 644 "channel": "stable",
645 "extension_types": ["platform_app"] 645 "extension_types": ["platform_app"]
646 } 646 }
647 } 647 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698