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

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

Issue 802843004: Add missing context for cryptotokenPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | 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 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 }, 204 },
205 "copresence": { 205 "copresence": {
206 "dependencies": ["permission:copresence"], 206 "dependencies": ["permission:copresence"],
207 "contexts": ["blessed_extension"] 207 "contexts": ["blessed_extension"]
208 }, 208 },
209 "copresencePrivate": { 209 "copresencePrivate": {
210 "dependencies": ["permission:copresencePrivate"], 210 "dependencies": ["permission:copresencePrivate"],
211 "contexts": ["blessed_extension"] 211 "contexts": ["blessed_extension"]
212 }, 212 },
213 "cryptotokenPrivate": { 213 "cryptotokenPrivate": {
214 "dependencies": ["permission:cryptotokenPrivate"] 214 "dependencies": ["permission:cryptotokenPrivate"],
215 "contexts": ["blessed_extension"]
215 }, 216 },
216 "dataReductionProxy": { 217 "dataReductionProxy": {
217 "dependencies": ["permission:dataReductionProxy"], 218 "dependencies": ["permission:dataReductionProxy"],
218 "contexts": ["blessed_extension"] 219 "contexts": ["blessed_extension"]
219 }, 220 },
220 "debugger": { 221 "debugger": {
221 "dependencies": ["permission:debugger"], 222 "dependencies": ["permission:debugger"],
222 "contexts": ["blessed_extension"] 223 "contexts": ["blessed_extension"]
223 }, 224 },
224 "declarativeContent": { 225 "declarativeContent": {
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "internal": true, 704 "internal": true,
704 "channel": "stable", 705 "channel": "stable",
705 "dependencies": ["permission:webview"], 706 "dependencies": ["permission:webview"],
706 "contexts": ["blessed_extension"] 707 "contexts": ["blessed_extension"]
707 }, 708 },
708 "windows": { 709 "windows": {
709 "dependencies": ["api:tabs"], 710 "dependencies": ["api:tabs"],
710 "contexts": ["blessed_extension"] 711 "contexts": ["blessed_extension"]
711 } 712 }
712 } 713 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698