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

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

Issue 10598006: Browser tag shim (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 5 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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 17 matching lines...) Expand all
28 "background": { 28 "background": {
29 "channel": "stable", 29 "channel": "stable",
30 "extension_types": [ 30 "extension_types": [
31 "extension", "packaged_app", "hosted_app", "platform_app" 31 "extension", "packaged_app", "hosted_app", "platform_app"
32 ] 32 ]
33 }, 33 },
34 "bookmarks": { 34 "bookmarks": {
35 "channel": "stable", 35 "channel": "stable",
36 "extension_types": ["extension", "packaged_app"] 36 "extension_types": ["extension", "packaged_app"]
37 }, 37 },
38 "browserTag": {
39 "channel": "dev",
40 "extension_types": ["platform_app"]
Aaron Boodman 2012/07/02 20:52:35 Before we launch all this stuff, we should talk ab
Mihai Parparita -not on Chrome 2012/07/02 22:05:14 I don't have a strong preference. The rationale wi
Aaron Boodman 2012/07/02 23:04:37 Agree about the rolling out gradually sentiment :)
41 },
38 "browsingData": { 42 "browsingData": {
39 "channel": "stable", 43 "channel": "stable",
40 "extension_types": ["extension", "packaged_app"] 44 "extension_types": ["extension", "packaged_app"]
41 }, 45 },
42 "chromeAuthPrivate": { 46 "chromeAuthPrivate": {
43 "channel": "stable", 47 "channel": "stable",
44 "extension_types": ["extension", "packaged_app"], 48 "extension_types": ["extension", "packaged_app"],
45 // CloudPrint 49 // CloudPrint
46 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] 50 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"]
47 }, 51 },
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 }, 300 },
297 "webRequest": { 301 "webRequest": {
298 "channel": "stable", 302 "channel": "stable",
299 "extension_types": ["extension", "packaged_app"] 303 "extension_types": ["extension", "packaged_app"]
300 }, 304 },
301 "webRequestBlocking": { 305 "webRequestBlocking": {
302 "channel": "stable", 306 "channel": "stable",
303 "extension_types": ["extension", "packaged_app"] 307 "extension_types": ["extension", "packaged_app"]
304 } 308 }
305 } 309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698