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

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

Issue 11535008: Implement mediaGalleriesPrivate api to notify extensions about gallery changed events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years 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": "dev", 7 "channel": "dev",
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "channel": "stable", 210 "channel": "stable",
211 "extension_types": [ "platform_app" ] 211 "extension_types": [ "platform_app" ]
212 }, 212 },
213 // TODO(thestig) Remove this as part of http:://crbug.com/144496 213 // TODO(thestig) Remove this as part of http:://crbug.com/144496
214 "mediaGalleriesPrivate": { 214 "mediaGalleriesPrivate": {
215 "channel": "stable", 215 "channel": "stable",
216 "extension_types": [ "platform_app" ], 216 "extension_types": [ "platform_app" ],
217 "whitelist": [ 217 "whitelist": [
218 "ebpbnabdhheoknfklmpddcdijjkmklkp", 218 "ebpbnabdhheoknfklmpddcdijjkmklkp",
219 "efjnaogkjbogokcnohkmnjdojkikgobo", 219 "efjnaogkjbogokcnohkmnjdojkikgobo",
220 "ejegoaikibpmikoejfephaneibodccma" 220 "ejegoaikibpmikoejfephaneibodccma",
221 ] 221 ]
222 }, 222 },
223 "mediaPlayerPrivate": { 223 "mediaPlayerPrivate": {
224 "channel": "stable", 224 "channel": "stable",
225 "extension_types": ["extension", "packaged_app"], 225 "extension_types": ["extension", "packaged_app"],
226 "location": "component" 226 "location": "component"
227 }, 227 },
228 "metricsPrivate": { 228 "metricsPrivate": {
229 "channel": "stable", 229 "channel": "stable",
230 "extension_types": ["extension", "packaged_app", "platform_app"], 230 "extension_types": ["extension", "packaged_app", "platform_app"],
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 }, 404 },
405 "webRequestBlocking": { 405 "webRequestBlocking": {
406 "channel": "stable", 406 "channel": "stable",
407 "extension_types": ["extension", "packaged_app"] 407 "extension_types": ["extension", "packaged_app"]
408 }, 408 },
409 "webview": { 409 "webview": {
410 "channel": "stable", 410 "channel": "stable",
411 "extension_types": ["platform_app"] 411 "extension_types": ["platform_app"]
412 } 412 }
413 } 413 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698