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

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

Issue 15738013: Initial implementation of music manager private API. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit test. Created 7 years, 7 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
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 // also doesn't hurt anything. 327 // also doesn't hurt anything.
328 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 328 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
329 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 329 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
330 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 330 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
331 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 331 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
332 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 332 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
333 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 333 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
334 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev 334 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
335 ] 335 ]
336 }, 336 },
337 "musicManagerPrivate": {
338 "channel": "dev",
339 "extension_types": ["platform_app"]
Matt Perry 2013/05/22 22:19:11 add the whitelist of IDs here (or better yet, the
rpaquay 2013/05/22 23:55:50 Done.
340 },
337 "nativeMessaging": [ 341 "nativeMessaging": [
338 { 342 {
339 "channel": "beta", 343 "channel": "beta",
340 "extension_types": [ 344 "extension_types": [
341 "extension", "packaged_app", "platform_app" 345 "extension", "packaged_app", "platform_app"
342 ] 346 ]
343 }, 347 },
344 { 348 {
345 "channel": "stable", 349 "channel": "stable",
346 "extension_types": [ 350 "extension_types": [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 }, 568 },
565 "webRequestBlocking": { 569 "webRequestBlocking": {
566 "channel": "stable", 570 "channel": "stable",
567 "extension_types": ["extension", "packaged_app"] 571 "extension_types": ["extension", "packaged_app"]
568 }, 572 },
569 "webview": { 573 "webview": {
570 "channel": "stable", 574 "channel": "stable",
571 "extension_types": ["platform_app"] 575 "extension_types": ["platform_app"]
572 } 576 }
573 } 577 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698