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

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: 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "channel": "stable", 282 "channel": "stable",
283 "extension_types": [ 283 "extension_types": [
284 "packaged_app" 284 "packaged_app"
285 ], 285 ],
286 "location": "component" 286 "location": "component"
287 }, 287 },
288 "idle": { 288 "idle": {
289 "channel": "stable", 289 "channel": "stable",
290 "extension_types": ["extension", "packaged_app", "platform_app"] 290 "extension_types": ["extension", "packaged_app", "platform_app"]
291 }, 291 },
292 "infobars": {
293 "channel": "dev",
Matt Perry 2013/07/24 18:35:26 Make this "trunk" instead.. This API isn't ready f
294 "extension_types": ["extension", "packaged_app", "platform_app"]
295 },
292 "input": { 296 "input": {
293 "channel": "stable", 297 "channel": "stable",
294 "extension_types": ["extension", "packaged_app"], 298 "extension_types": ["extension", "packaged_app"],
295 "inplies_full_url_access": true 299 "inplies_full_url_access": true
296 }, 300 },
297 "inputMethodPrivate": [{ 301 "inputMethodPrivate": [{
298 "channel": "stable", 302 "channel": "stable",
299 "extension_types": ["extension", "packaged_app", "platform_app"], 303 "extension_types": ["extension", "packaged_app", "platform_app"],
300 "whitelist": [ 304 "whitelist": [
301 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 305 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 }, 642 },
639 "webRequestBlocking": { 643 "webRequestBlocking": {
640 "channel": "stable", 644 "channel": "stable",
641 "extension_types": ["extension", "packaged_app"] 645 "extension_types": ["extension", "packaged_app"]
642 }, 646 },
643 "webview": { 647 "webview": {
644 "channel": "stable", 648 "channel": "stable",
645 "extension_types": ["platform_app"] 649 "extension_types": ["platform_app"]
646 } 650 }
647 } 651 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698