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

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

Issue 23867002: Move dns API to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding missing dns.idl file Created 7 years, 3 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 | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('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 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 { 191 {
192 "channel": "dev", 192 "channel": "dev",
193 "extension_types": ["extension", "platform_app"] 193 "extension_types": ["extension", "platform_app"]
194 }, 194 },
195 { 195 {
196 "channel": "stable", 196 "channel": "stable",
197 "extension_types": ["extension", "platform_app"], 197 "extension_types": ["extension", "platform_app"],
198 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] 198 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
199 } 199 }
200 ], 200 ],
201 "dns": {
202 "channel": "dev",
203 "extension_types": ["extension", "platform_app"]
204 },
201 "downloads": { 205 "downloads": {
202 "channel": "stable", 206 "channel": "stable",
203 "extension_types": ["extension"] 207 "extension_types": ["extension"]
204 }, 208 },
205 "downloads.open": { 209 "downloads.open": {
206 "channel": "stable", 210 "channel": "stable",
207 "extension_types": ["extension"] 211 "extension_types": ["extension"]
208 }, 212 },
209 "downloads.shelf": { 213 "downloads.shelf": {
210 "channel": "stable", 214 "channel": "stable",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 }, 686 },
683 "webRequestBlocking": { 687 "webRequestBlocking": {
684 "channel": "stable", 688 "channel": "stable",
685 "extension_types": ["extension", "packaged_app"] 689 "extension_types": ["extension", "packaged_app"]
686 }, 690 },
687 "webview": { 691 "webview": {
688 "channel": "stable", 692 "channel": "stable",
689 "extension_types": ["platform_app"] 693 "extension_types": ["platform_app"]
690 } 694 }
691 } 695 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698