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

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

Issue 883703004: Move chrome.diagnostics API to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 }, 104 },
105 "declarativeWebRequest": { 105 "declarativeWebRequest": {
106 "dependencies": ["permission:declarativeWebRequest"], 106 "dependencies": ["permission:declarativeWebRequest"],
107 "contexts": ["blessed_extension"] 107 "contexts": ["blessed_extension"]
108 }, 108 },
109 "copresenceEndpoints": { 109 "copresenceEndpoints": {
110 "channel" : "canary", 110 "channel" : "canary",
111 "dependencies": ["permission:copresence"], 111 "dependencies": ["permission:copresence"],
112 "contexts": ["blessed_extension"] 112 "contexts": ["blessed_extension"]
113 }, 113 },
114 "diagnostics": {
115 "dependencies": ["permission:diagnostics"],
116 "extension_types": ["platform_app"],
117 "contexts": ["blessed_extension"]
118 },
114 "dns": { 119 "dns": {
115 "dependencies": ["permission:dns"], 120 "dependencies": ["permission:dns"],
116 "contexts": ["blessed_extension"] 121 "contexts": ["blessed_extension"]
117 }, 122 },
118 // This is not a real API, only here for documentation purposes. 123 // This is not a real API, only here for documentation purposes.
119 // See http://crbug.com/275944 for background. 124 // See http://crbug.com/275944 for background.
120 "extensionTypes": { 125 "extensionTypes": {
121 "internal": true, 126 "internal": true,
122 "channel": "stable", 127 "channel": "stable",
123 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 128 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 }], 434 }],
430 "webViewRequest": [{ 435 "webViewRequest": [{
431 "dependencies": ["permission:webview"], 436 "dependencies": ["permission:webview"],
432 "contexts": ["blessed_extension"] 437 "contexts": ["blessed_extension"]
433 }, { 438 }, {
434 "channel": "stable", 439 "channel": "stable",
435 "contexts": ["webui"], 440 "contexts": ["webui"],
436 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"] 441 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
437 }] 442 }]
438 } 443 }
OLDNEW
« no previous file with comments | « extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698