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

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: fixed scope Created 7 years 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.session": {
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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "internal": true, 738 "internal": true,
735 "channel": "stable", 739 "channel": "stable",
736 "dependencies": ["permission:webview"], 740 "dependencies": ["permission:webview"],
737 "contexts": ["blessed_extension"] 741 "contexts": ["blessed_extension"]
738 }, 742 },
739 "windows": { 743 "windows": {
740 "dependencies": ["api:tabs"], 744 "dependencies": ["api:tabs"],
741 "contexts": ["blessed_extension"] 745 "contexts": ["blessed_extension"]
742 } 746 }
743 } 747 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698