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

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

Issue 22706006: Implementation of the DeviceInfo get API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 7 years, 4 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 511 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
512 }, 512 },
513 "serial": { 513 "serial": {
514 "channel": "stable", 514 "channel": "stable",
515 "extension_types": ["platform_app"] 515 "extension_types": ["platform_app"]
516 }, 516 },
517 "sessionRestore": { 517 "sessionRestore": {
518 "channel": "dev", 518 "channel": "dev",
519 "extension_types": ["extension", "packaged_app"] 519 "extension_types": ["extension", "packaged_app"]
520 }, 520 },
521 "signedInDevices": {
522 "channel": "dev",
523 "extension_types": ["extension", "packaged_app"]
524 },
521 "streamsPrivate": { 525 "streamsPrivate": {
522 "channel": "stable", 526 "channel": "stable",
523 "extension_types": ["extension", "packaged_app", "platform_app"], 527 "extension_types": ["extension", "packaged_app", "platform_app"],
524 "whitelist": [ 528 "whitelist": [
525 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 529 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
526 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 530 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
527 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 531 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
528 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 532 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
529 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor 533 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor
530 ] 534 ]
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 }, 659 },
656 "webRequestBlocking": { 660 "webRequestBlocking": {
657 "channel": "stable", 661 "channel": "stable",
658 "extension_types": ["extension", "packaged_app"] 662 "extension_types": ["extension", "packaged_app"]
659 }, 663 },
660 "webview": { 664 "webview": {
661 "channel": "stable", 665 "channel": "stable",
662 "extension_types": ["platform_app"] 666 "extension_types": ["platform_app"]
663 } 667 }
664 } 668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698