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: chrome/common/extensions/api/_api_features.json

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 years, 9 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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 chrome/common/extensions/api/_features.md to understand this file, as 6 // See chrome/common/extensions/api/_features.md to understand this file, as
7 // well as feature.h, simple_feature.h, and feature_provider.h. 7 // well as feature.h, simple_feature.h, and 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "mimeHandlerViewGuestInternal": { 605 "mimeHandlerViewGuestInternal": {
606 "internal": true, 606 "internal": true,
607 "contexts": "all", 607 "contexts": "all",
608 "channel": "stable", 608 "channel": "stable",
609 "matches": ["<all_urls>"] 609 "matches": ["<all_urls>"]
610 }, 610 },
611 "musicManagerPrivate": { 611 "musicManagerPrivate": {
612 "dependencies": ["permission:musicManagerPrivate"], 612 "dependencies": ["permission:musicManagerPrivate"],
613 "contexts": ["blessed_extension"] 613 "contexts": ["blessed_extension"]
614 }, 614 },
615 "networking.castPrivate": {
616 "channel": "stable",
617 "contexts": ["blessed_extension"],
618 "dependencies": ["permission:networking.castPrivate"]
619 },
615 "notifications": { 620 "notifications": {
616 "dependencies": ["permission:notifications"], 621 "dependencies": ["permission:notifications"],
617 "contexts": ["blessed_extension"] 622 "contexts": ["blessed_extension"]
618 }, 623 },
619 "omnibox": { 624 "omnibox": {
620 "dependencies": ["manifest:omnibox"], 625 "dependencies": ["manifest:omnibox"],
621 "contexts": ["blessed_extension"] 626 "contexts": ["blessed_extension"]
622 }, 627 },
623 "pageAction": { 628 "pageAction": {
624 "dependencies": ["manifest:page_action"], 629 "dependencies": ["manifest:page_action"],
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 "internal": true, 841 "internal": true,
837 "channel": "stable", 842 "channel": "stable",
838 "dependencies": ["permission:webview"], 843 "dependencies": ["permission:webview"],
839 "contexts": ["blessed_extension"] 844 "contexts": ["blessed_extension"]
840 }, 845 },
841 "windows": { 846 "windows": {
842 "dependencies": ["api:tabs"], 847 "dependencies": ["api:tabs"],
843 "contexts": ["blessed_extension"] 848 "contexts": ["blessed_extension"]
844 } 849 }
845 } 850 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698