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

Side by Side Diff: chrome/common/extensions/api/_api_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
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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "contexts": ["blessed_extension"] 85 "contexts": ["blessed_extension"]
86 }, 86 },
87 "bookmarks.export": { 87 "bookmarks.export": {
88 "extension_types": ["extension"], 88 "extension_types": ["extension"],
89 "location": "component" 89 "location": "component"
90 }, 90 },
91 "bookmarks.import": { 91 "bookmarks.import": {
92 "extension_types": ["extension"], 92 "extension_types": ["extension"],
93 "location": "component" 93 "location": "component"
94 }, 94 },
95 "brailleDisplayPrivate": {
96 "dependencies": ["permission:brailleDisplayPrivate"],
97 "contexts": ["blessed_extension"]
98 },
95 "browserAction": { 99 "browserAction": {
96 "dependencies": ["manifest:browser_action"], 100 "dependencies": ["manifest:browser_action"],
97 "contexts": ["blessed_extension"] 101 "contexts": ["blessed_extension"]
98 }, 102 },
99 "browsingData": { 103 "browsingData": {
100 "dependencies": ["permission:browsingData"], 104 "dependencies": ["permission:browsingData"],
101 "contexts": ["blessed_extension"] 105 "contexts": ["blessed_extension"]
102 }, 106 },
103 "chromeosInfoPrivate": { 107 "chromeosInfoPrivate": {
104 "platform": "chromeos", 108 "platform": "chromeos",
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "webview": { 601 "webview": {
598 "internal": true, 602 "internal": true,
599 "dependencies": ["permission:webview"], 603 "dependencies": ["permission:webview"],
600 "contexts": ["blessed_extension"] 604 "contexts": ["blessed_extension"]
601 }, 605 },
602 "windows": { 606 "windows": {
603 "dependencies": ["api:tabs"], 607 "dependencies": ["api:tabs"],
604 "contexts": ["blessed_extension"] 608 "contexts": ["blessed_extension"]
605 } 609 }
606 } 610 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698