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

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

Issue 12213076: Media Galleries: Disable write support. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "extension_types": [ "platform_app" ] 217 "extension_types": [ "platform_app" ]
218 }, 218 },
219 "mediaGalleries.allAutoDetected": { 219 "mediaGalleries.allAutoDetected": {
220 "channel": "stable", 220 "channel": "stable",
221 "extension_types": [ "platform_app" ] 221 "extension_types": [ "platform_app" ]
222 }, 222 },
223 "mediaGalleries.read": { 223 "mediaGalleries.read": {
224 "channel": "stable", 224 "channel": "stable",
225 "extension_types": [ "platform_app" ] 225 "extension_types": [ "platform_app" ]
226 }, 226 },
227 "mediaGalleries.write": {
228 "channel": "stable",
229 "extension_types": [ "platform_app" ]
230 },
231 // TODO(thestig) Remove this as part of http:://crbug.com/144496 227 // TODO(thestig) Remove this as part of http:://crbug.com/144496
232 "mediaGalleriesPrivate": { 228 "mediaGalleriesPrivate": {
233 "channel": "stable", 229 "channel": "stable",
234 "extension_types": [ "platform_app" ], 230 "extension_types": [ "platform_app" ],
235 "whitelist": [ 231 "whitelist": [
236 "ebpbnabdhheoknfklmpddcdijjkmklkp", 232 "ebpbnabdhheoknfklmpddcdijjkmklkp",
237 "efjnaogkjbogokcnohkmnjdojkikgobo", 233 "efjnaogkjbogokcnohkmnjdojkikgobo",
238 "ejegoaikibpmikoejfephaneibodccma" 234 "ejegoaikibpmikoejfephaneibodccma"
239 ] 235 ]
240 }, 236 },
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 }, 435 },
440 "webRequestBlocking": { 436 "webRequestBlocking": {
441 "channel": "stable", 437 "channel": "stable",
442 "extension_types": ["extension", "packaged_app"] 438 "extension_types": ["extension", "packaged_app"]
443 }, 439 },
444 "webview": { 440 "webview": {
445 "channel": "stable", 441 "channel": "stable",
446 "extension_types": ["platform_app"] 442 "extension_types": ["platform_app"]
447 } 443 }
448 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698