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

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

Issue 23717020: Add stubs for brailleDisplayPrivate extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 75 },
76 "bookmarkManagerPrivate": { 76 "bookmarkManagerPrivate": {
77 "channel": "stable", 77 "channel": "stable",
78 "extension_types": ["extension", "legacy_packaged_app"], 78 "extension_types": ["extension", "legacy_packaged_app"],
79 "location": "component" 79 "location": "component"
80 }, 80 },
81 "bookmarks": { 81 "bookmarks": {
82 "channel": "stable", 82 "channel": "stable",
83 "extension_types": ["extension", "legacy_packaged_app"] 83 "extension_types": ["extension", "legacy_packaged_app"]
84 }, 84 },
85 "brailleDisplayPrivate": {
86 "channel": "dev",
87 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
88 "location": "component"
89 },
85 "browsingData": { 90 "browsingData": {
86 "channel": "stable", 91 "channel": "stable",
87 "extension_types": ["extension", "legacy_packaged_app"] 92 "extension_types": ["extension", "legacy_packaged_app"]
88 }, 93 },
89 "chromePrivate": { 94 "chromePrivate": {
90 "channel": "stable", 95 "channel": "stable",
91 "extension_types": ["extension", "legacy_packaged_app"], 96 "extension_types": ["extension", "legacy_packaged_app"],
92 "whitelist": [ 97 "whitelist": [
93 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 98 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
94 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta 99 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 }, 698 },
694 "webRequestBlocking": { 699 "webRequestBlocking": {
695 "channel": "stable", 700 "channel": "stable",
696 "extension_types": ["extension", "legacy_packaged_app"] 701 "extension_types": ["extension", "legacy_packaged_app"]
697 }, 702 },
698 "webview": { 703 "webview": {
699 "channel": "stable", 704 "channel": "stable",
700 "extension_types": ["platform_app"] 705 "extension_types": ["platform_app"]
701 } 706 }
702 } 707 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698