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

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

Issue 246883003: Introduce chrome.bluetoothSocket API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 6 years, 8 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
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 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 8 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
9 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 9 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
10 10
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "contexts": ["blessed_extension"] 112 "contexts": ["blessed_extension"]
113 }, 113 },
114 "bluetoothLowEnergy": { 114 "bluetoothLowEnergy": {
115 "dependencies": ["manifest:bluetooth"], 115 "dependencies": ["manifest:bluetooth"],
116 "contexts": ["blessed_extension"] 116 "contexts": ["blessed_extension"]
117 }, 117 },
118 "bluetoothPrivate": { 118 "bluetoothPrivate": {
119 "dependencies": ["permission:bluetoothPrivate"], 119 "dependencies": ["permission:bluetoothPrivate"],
120 "contexts": ["blessed_extension"] 120 "contexts": ["blessed_extension"]
121 }, 121 },
122 "bluetoothSocket": {
123 "dependencies": ["manifest:bluetooth"],
124 "contexts": ["blessed_extension"]
125 },
122 "bookmarkManagerPrivate": { 126 "bookmarkManagerPrivate": {
123 "dependencies": ["permission:bookmarkManagerPrivate"], 127 "dependencies": ["permission:bookmarkManagerPrivate"],
124 "contexts": ["blessed_extension"] 128 "contexts": ["blessed_extension"]
125 }, 129 },
126 "bookmarks": { 130 "bookmarks": {
127 "dependencies": ["permission:bookmarks"], 131 "dependencies": ["permission:bookmarks"],
128 "contexts": ["blessed_extension"] 132 "contexts": ["blessed_extension"]
129 }, 133 },
130 "bookmarks.export": { 134 "bookmarks.export": {
131 "extension_types": ["extension"], 135 "extension_types": ["extension"],
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 "internal": true, 817 "internal": true,
814 "channel": "stable", 818 "channel": "stable",
815 "dependencies": ["permission:webview"], 819 "dependencies": ["permission:webview"],
816 "contexts": ["blessed_extension"] 820 "contexts": ["blessed_extension"]
817 }, 821 },
818 "windows": { 822 "windows": {
819 "dependencies": ["api:tabs"], 823 "dependencies": ["api:tabs"],
820 "contexts": ["blessed_extension"] 824 "contexts": ["blessed_extension"]
821 } 825 }
822 } 826 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698