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

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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header Created 7 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 (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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "channel": "stable", 286 "channel": "stable",
287 "extension_types": [ 287 "extension_types": [
288 "packaged_app" 288 "packaged_app"
289 ], 289 ],
290 "location": "component" 290 "location": "component"
291 }, 291 },
292 "idle": { 292 "idle": {
293 "channel": "stable", 293 "channel": "stable",
294 "extension_types": ["extension", "packaged_app", "platform_app"] 294 "extension_types": ["extension", "packaged_app", "platform_app"]
295 }, 295 },
296 "infobars": {
297 "channel": "dev",
298 "extension_types": ["extension", "packaged_app", "platform_app"]
299 },
296 "input": { 300 "input": {
297 "channel": "stable", 301 "channel": "stable",
298 "extension_types": ["extension", "packaged_app"], 302 "extension_types": ["extension", "packaged_app"],
299 "inplies_full_url_access": true 303 "inplies_full_url_access": true
300 }, 304 },
301 "inputMethodPrivate": [{ 305 "inputMethodPrivate": [{
302 "channel": "stable", 306 "channel": "stable",
303 "extension_types": ["extension", "packaged_app", "platform_app"], 307 "extension_types": ["extension", "packaged_app", "platform_app"],
304 "whitelist": [ 308 "whitelist": [
305 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 309 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 }, 665 },
662 "webRequestBlocking": { 666 "webRequestBlocking": {
663 "channel": "stable", 667 "channel": "stable",
664 "extension_types": ["extension", "packaged_app"] 668 "extension_types": ["extension", "packaged_app"]
665 }, 669 },
666 "webview": { 670 "webview": {
667 "channel": "stable", 671 "channel": "stable",
668 "extension_types": ["platform_app"] 672 "extension_types": ["platform_app"]
669 } 673 }
670 } 674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698