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

Side by Side Diff: trunk/src/chrome/common/extensions/api/_manifest_features.json

Issue 296983009: Revert 272317 "Enable Bluetooth Chrome APIs for M-36 beta." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 // This features file defines manifest keys implemented under src/chrome. 5 // This features file defines manifest keys 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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 28 matching lines...) Expand all
39 "extension_types": "all" 39 "extension_types": "all"
40 }, 40 },
41 "automation": { 41 "automation": {
42 "channel": "trunk", 42 "channel": "trunk",
43 "extension_types": ["extension", "legacy_packaged_app"] 43 "extension_types": ["extension", "legacy_packaged_app"]
44 }, 44 },
45 "bluetooth": { 45 "bluetooth": {
46 // Note: The "bluetooth" manifest permission is used by the 46 // Note: The "bluetooth" manifest permission is used by the
47 // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy 47 // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy
48 // APIs. Split this property if the APIs get released at different dates. 48 // APIs. Split this property if the APIs get released at different dates.
49 "channel": "beta", 49 "channel": "dev",
50 "extension_types": ["platform_app"] 50 "extension_types": ["platform_app"]
51 }, 51 },
52 "browser_action": { 52 "browser_action": {
53 "channel": "stable", 53 "channel": "stable",
54 "extension_types": ["extension"] 54 "extension_types": ["extension"]
55 }, 55 },
56 "chrome_settings_overrides": [{ 56 "chrome_settings_overrides": [{
57 "channel": "stable", 57 "channel": "stable",
58 "extension_types": ["extension"], 58 "extension_types": ["extension"],
59 "platforms": ["win"] 59 "platforms": ["win"]
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 }, 385 },
386 "url_handlers": { 386 "url_handlers": {
387 "channel": "stable", 387 "channel": "stable",
388 "extension_types": ["platform_app"] 388 "extension_types": ["platform_app"]
389 }, 389 },
390 "version": { 390 "version": {
391 "channel": "stable", 391 "channel": "stable",
392 "extension_types": "all" 392 "extension_types": "all"
393 } 393 }
394 } 394 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698