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

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

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Merge fix. Created 7 years, 9 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/chrome_switches.cc ('k') | chrome/common/extensions/permissions/api_permission.h » ('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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
11 "adview": {
12 "channel": "dev",
13 "extension_types": ["platform_app"]
14 },
11 "alarms": { 15 "alarms": {
12 "channel": "stable", 16 "channel": "stable",
13 "extension_types": ["extension", "packaged_app", "platform_app"], 17 "extension_types": ["extension", "packaged_app", "platform_app"],
14 "min_manifest_version": 2 18 "min_manifest_version": 2
15 }, 19 },
16 "app.runtime": { 20 "app.runtime": {
17 "channel": "stable", 21 "channel": "stable",
18 "extension_types": ["platform_app"] 22 "extension_types": ["platform_app"]
19 }, 23 },
20 "app.window": { 24 "app.window": {
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 }, 488 },
485 "webRequestBlocking": { 489 "webRequestBlocking": {
486 "channel": "stable", 490 "channel": "stable",
487 "extension_types": ["extension", "packaged_app"] 491 "extension_types": ["extension", "packaged_app"]
488 }, 492 },
489 "webview": { 493 "webview": {
490 "channel": "stable", 494 "channel": "stable",
491 "extension_types": ["platform_app"] 495 "extension_types": ["platform_app"]
492 } 496 }
493 } 497 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698