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

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

Issue 23867003: Docserver: Consolidate features caching and access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try this again, shall we? Created 7 years, 2 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 | « no previous file | chrome/common/extensions/docs/server2/api_list_data_source.py » ('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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "contexts": ["blessed_extension"] 146 "contexts": ["blessed_extension"]
147 }, 147 },
148 "desktopCapture": { 148 "desktopCapture": {
149 "dependencies": ["permission:desktopCapture"], 149 "dependencies": ["permission:desktopCapture"],
150 "contexts": ["blessed_extension"] 150 "contexts": ["blessed_extension"]
151 }, 151 },
152 "developerPrivate": { 152 "developerPrivate": {
153 "dependencies": ["permission:developerPrivate"], 153 "dependencies": ["permission:developerPrivate"],
154 "contexts": ["blessed_extension"] 154 "contexts": ["blessed_extension"]
155 }, 155 },
156 "devtools.inspectedWindow": {
157 "extension_types": ["extension"]
158 },
159 "devtools.network": {
160 "extension_types": ["extension"]
161 },
162 "devtools.panels": {
163 "extension_types": ["extension"]
164 },
156 "diagnostics": { 165 "diagnostics": {
157 "dependencies": ["permission:diagnostics"], 166 "dependencies": ["permission:diagnostics"],
158 "extension_types": ["platform_app"], 167 "extension_types": ["platform_app"],
159 "contexts": ["blessed_extension"] 168 "contexts": ["blessed_extension"]
160 }, 169 },
161 "dial": { 170 "dial": {
162 "dependencies": ["permission:dial"], 171 "dependencies": ["permission:dial"],
163 "contexts": ["blessed_extension"] 172 "contexts": ["blessed_extension"]
164 }, 173 },
165 "dns": { 174 "dns": {
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "webview": { 626 "webview": {
618 "internal": true, 627 "internal": true,
619 "dependencies": ["permission:webview"], 628 "dependencies": ["permission:webview"],
620 "contexts": ["blessed_extension", "unblessed_extension"] 629 "contexts": ["blessed_extension", "unblessed_extension"]
621 }, 630 },
622 "windows": { 631 "windows": {
623 "dependencies": ["api:tabs"], 632 "dependencies": ["api:tabs"],
624 "contexts": ["blessed_extension"] 633 "contexts": ["blessed_extension"]
625 } 634 }
626 } 635 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_list_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698