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

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

Issue 83043005: Cast Extensions API: Factory method for creating a cast session (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 7 years, 1 month 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 | Annotate | Revision Log
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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "contexts": ["blessed_extension"] 121 "contexts": ["blessed_extension"]
122 }], 122 }],
123 "browsingData": { 123 "browsingData": {
124 "dependencies": ["permission:browsingData"], 124 "dependencies": ["permission:browsingData"],
125 "contexts": ["blessed_extension"] 125 "contexts": ["blessed_extension"]
126 }, 126 },
127 "cast.channel": { 127 "cast.channel": {
128 "dependencies": ["permission:cast"], 128 "dependencies": ["permission:cast"],
129 "contexts": ["blessed_extension"] 129 "contexts": ["blessed_extension"]
130 }, 130 },
131 "cast.streaming": {
132 "dependencies": ["permission:cast.streaming"],
133 "contexts": ["blessed_extension"]
134 },
131 "chromeosInfoPrivate": { 135 "chromeosInfoPrivate": {
132 "platforms": ["chromeos"], 136 "platforms": ["chromeos"],
133 "dependencies": ["permission:chromeosInfoPrivate"], 137 "dependencies": ["permission:chromeosInfoPrivate"],
134 "contexts": ["blessed_extension"] 138 "contexts": ["blessed_extension"]
135 }, 139 },
136 "cloudPrintPrivate": { 140 "cloudPrintPrivate": {
137 "dependencies": ["permission:cloudPrintPrivate"], 141 "dependencies": ["permission:cloudPrintPrivate"],
138 "contexts": ["blessed_extension"] 142 "contexts": ["blessed_extension"]
139 }, 143 },
140 "commandLinePrivate": { 144 "commandLinePrivate": {
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 "internal": true, 733 "internal": true,
730 "channel": "stable", 734 "channel": "stable",
731 "dependencies": ["permission:webview"], 735 "dependencies": ["permission:webview"],
732 "contexts": ["blessed_extension"] 736 "contexts": ["blessed_extension"]
733 }, 737 },
734 "windows": { 738 "windows": {
735 "dependencies": ["api:tabs"], 739 "dependencies": ["api:tabs"],
736 "contexts": ["blessed_extension"] 740 "contexts": ["blessed_extension"]
737 } 741 }
738 } 742 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | chrome/common/extensions/api/cast_streaming.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698