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

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

Issue 2688773002: Restrict deprecated parts of audio API usage to whitelisted apps (Closed)
Patch Set: . 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
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('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 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 switches used to control Extension behaviour, 5 // This features file defines switches used to control Extension behaviour,
6 // typically whitelist configuration. 6 // typically whitelist configuration.
7 // See chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and feature_provider.h. 8 // well as feature.h, simple_feature.h, and feature_provider.h.
9 9
10 { 10 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // Virtual Keyboard 76 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // Virtual Keyboard
77 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard 77 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard
78 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis 78 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis
79 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation 79 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation
80 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension 80 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension
81 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help 81 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help
82 "3C654B3B6682CA194E75AD044CEDE927675DDEE8", // Easy unlock 82 "3C654B3B6682CA194E75AD044CEDE927675DDEE8", // Easy unlock
83 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F", // PDF Viewer 83 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F", // PDF Viewer
84 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox 84 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox
85 ] 85 ]
86 }] 86 }],
87 "allow_deprecated_audio_api": {
88 "channel": "stable",
89 "extension_types": ["platform_app"],
90 "whitelist": [
91 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
92 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB",
93 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729
94 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729
95 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/335729
96 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
97 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
98 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
99 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
100 ]
101 }
87 } 102 }
OLDNEW
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698