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

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

Issue 1288073005: Make the ChromeOS chromecast system tray integration use a private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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 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 permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/extensions. 6 // under src/extensions.
7 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 152 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
153 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 153 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
154 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693 154 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693
155 "89715614FAA2B4C2853802D70261D2A9D0756FC8" // http://crbug.com/455986 155 "89715614FAA2B4C2853802D70261D2A9D0756FC8" // http://crbug.com/455986
156 ] 156 ]
157 }, 157 },
158 "cast": { 158 "cast": {
159 "channel": "stable", 159 "channel": "stable",
160 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 160 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
161 "whitelist": [ 161 "whitelist": [
162 "9448CAB302F268FB4917D06F70703893DCDA26C4", // Cast Test Extension
162 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 163 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
163 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 164 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
164 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 165 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
165 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 166 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
166 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 167 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
167 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 168 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
168 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 169 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
169 ] 170 ]
170 }, 171 },
171 "declarativeWebRequest": { 172 "declarativeWebRequest": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 }], 478 }],
478 "webRequest": { 479 "webRequest": {
479 "channel": "stable", 480 "channel": "stable",
480 "extension_types": ["extension", "legacy_packaged_app"] 481 "extension_types": ["extension", "legacy_packaged_app"]
481 }, 482 },
482 "webRequestBlocking": { 483 "webRequestBlocking": {
483 "channel": "stable", 484 "channel": "stable",
484 "extension_types": ["extension", "legacy_packaged_app"] 485 "extension_types": ["extension", "legacy_packaged_app"]
485 } 486 }
486 } 487 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698