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

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

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/extensions. 5 // This features file defines extension APIs implemented under src/extensions.
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "contexts": ["blessed_extension"] 190 "contexts": ["blessed_extension"]
191 }, 191 },
192 "mojoPrivate": { 192 "mojoPrivate": {
193 "contexts": ["blessed_extension"], 193 "contexts": ["blessed_extension"],
194 "channel": "stable", 194 "channel": "stable",
195 "extension_types": ["platform_app", "extension"], 195 "extension_types": ["platform_app", "extension"],
196 "whitelist": [ 196 "whitelist": [
197 "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569 197 "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569
198 ] 198 ]
199 }, 199 },
200 "networkingPrivate": {
201 "dependencies": ["permission:networkingPrivate"],
202 "contexts": ["blessed_extension"]
203 },
200 "power": { 204 "power": {
201 "dependencies": ["permission:power"], 205 "dependencies": ["permission:power"],
202 "contexts": ["blessed_extension"] 206 "contexts": ["blessed_extension"]
203 }, 207 },
204 "printerProvider": { 208 "printerProvider": {
205 "dependencies": ["permission:printerProvider"], 209 "dependencies": ["permission:printerProvider"],
206 "contexts": ["blessed_extension"] 210 "contexts": ["blessed_extension"]
207 }, 211 },
208 "printerProviderInternal": { 212 "printerProviderInternal": {
209 "internal": true, 213 "internal": true,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 }], 423 }],
420 "webViewRequest": [{ 424 "webViewRequest": [{
421 "dependencies": ["permission:webview"], 425 "dependencies": ["permission:webview"],
422 "contexts": ["blessed_extension"] 426 "contexts": ["blessed_extension"]
423 }, { 427 }, {
424 "channel": "stable", 428 "channel": "stable",
425 "contexts": ["webui"], 429 "contexts": ["webui"],
426 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"] 430 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
427 }] 431 }]
428 } 432 }
OLDNEW
« no previous file with comments | « extensions/browser/test_extensions_browser_client.cc ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698