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

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

Issue 23856005: Permissions for device info API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 7 years, 3 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] 538 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]
539 }, 539 },
540 "serial": { 540 "serial": {
541 "channel": "stable", 541 "channel": "stable",
542 "extension_types": ["platform_app"] 542 "extension_types": ["platform_app"]
543 }, 543 },
544 "sessions": { 544 "sessions": {
545 "channel": "dev", 545 "channel": "dev",
546 "extension_types": ["extension", "legacy_packaged_app"] 546 "extension_types": ["extension", "legacy_packaged_app"]
547 }, 547 },
548 "signedInDevices": {
549 "channel": "dev",
550 "extension_types": ["extension"]
not at google - send to devlin 2013/09/05 19:32:15 This should include "legacy_packaged_app" because
not at google - send to devlin 2013/09/06 17:55:23 Yes. In fact the storage API relies on this. I'm
551 },
548 "streamsPrivate": { 552 "streamsPrivate": {
549 "channel": "stable", 553 "channel": "stable",
550 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 554 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
551 "whitelist": [ 555 "whitelist": [
552 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 556 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
553 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 557 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
554 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 558 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
555 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 559 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
556 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor 560 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor
557 ] 561 ]
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 }, 697 },
694 "webRequestBlocking": { 698 "webRequestBlocking": {
695 "channel": "stable", 699 "channel": "stable",
696 "extension_types": ["extension", "legacy_packaged_app"] 700 "extension_types": ["extension", "legacy_packaged_app"]
697 }, 701 },
698 "webview": { 702 "webview": {
699 "channel": "stable", 703 "channel": "stable",
700 "extension_types": ["platform_app"] 704 "extension_types": ["platform_app"]
701 } 705 }
702 } 706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698