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

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

Issue 1291113002: Cast extension private API for ChromeOS system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase Created 5 years, 4 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 (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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "contexts": ["blessed_extension"] 165 "contexts": ["blessed_extension"]
166 }], 166 }],
167 "browsingData": { 167 "browsingData": {
168 "dependencies": ["permission:browsingData"], 168 "dependencies": ["permission:browsingData"],
169 "contexts": ["blessed_extension"] 169 "contexts": ["blessed_extension"]
170 }, 170 },
171 "cast.channel": { 171 "cast.channel": {
172 "dependencies": ["permission:cast"], 172 "dependencies": ["permission:cast"],
173 "contexts": ["blessed_extension"] 173 "contexts": ["blessed_extension"]
174 }, 174 },
175 "cast.devicesPrivate": {
176 "dependencies": ["permission:cast"],
177 "contexts": ["blessed_extension"]
178 },
175 "cast.streaming.rtpStream": { 179 "cast.streaming.rtpStream": {
176 "dependencies": ["permission:cast.streaming"], 180 "dependencies": ["permission:cast.streaming"],
177 "contexts": ["blessed_extension"] 181 "contexts": ["blessed_extension"]
178 }, 182 },
179 "cast.streaming.receiverSession": { 183 "cast.streaming.receiverSession": {
180 "dependencies": ["permission:cast.streaming"], 184 "dependencies": ["permission:cast.streaming"],
181 "contexts": ["blessed_extension"] 185 "contexts": ["blessed_extension"]
182 }, 186 },
183 "cast.streaming.session": { 187 "cast.streaming.session": {
184 "dependencies": ["permission:cast.streaming"], 188 "dependencies": ["permission:cast.streaming"],
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "internal": true, 825 "internal": true,
822 "channel": "stable", 826 "channel": "stable",
823 "dependencies": ["permission:webview"], 827 "dependencies": ["permission:webview"],
824 "contexts": ["blessed_extension"] 828 "contexts": ["blessed_extension"]
825 }, 829 },
826 "windows": { 830 "windows": {
827 "dependencies": ["api:tabs"], 831 "dependencies": ["api:tabs"],
828 "contexts": ["blessed_extension"] 832 "contexts": ["blessed_extension"]
829 } 833 }
830 } 834 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/cast_devices_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698