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

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

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and resolved conflicts Created 8 years, 6 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 },
11 "alarms": { 11 "alarms": {
12 "channel": "dev", 12 "channel": "dev",
13 "extension_types": ["extension", "packaged_app", "platform_app"], 13 "extension_types": ["extension", "packaged_app", "platform_app"],
14 "min_manifest_version": 2 14 "min_manifest_version": 2
15 }, 15 },
16 "appWindow": { 16 "app.window": {
Aaron Boodman 2012/06/26 02:21:00 We've never had permissions named this way... ?
Mihai Parparita -not on Chrome 2012/06/26 05:19:16 You mean it's not the right style? Given r134463,
Aaron Boodman 2012/06/26 05:41:29 No I just meant it stuck out that we haven't done
17 "channel": "dev", 17 "channel": "dev",
18 "extension_types": ["platform_app"] 18 "extension_types": ["platform_app"]
19 }, 19 },
20 "appNotifications": { 20 "appNotifications": {
21 "channel": "stable", 21 "channel": "stable",
22 "extension_types": ["packaged_app", "hosted_app"] 22 "extension_types": ["packaged_app", "hosted_app"]
23 }, 23 },
24 "audioCapture": { 24 "audioCapture": {
25 "channel": "stable", 25 "channel": "stable",
26 "extension_types": ["platform_app"] 26 "extension_types": ["platform_app"]
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 }, 292 },
293 "webRequest": { 293 "webRequest": {
294 "channel": "stable", 294 "channel": "stable",
295 "extension_types": ["extension", "packaged_app"] 295 "extension_types": ["extension", "packaged_app"]
296 }, 296 },
297 "webRequestBlocking": { 297 "webRequestBlocking": {
298 "channel": "stable", 298 "channel": "stable",
299 "extension_types": ["extension", "packaged_app"] 299 "extension_types": ["extension", "packaged_app"]
300 } 300 }
301 } 301 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698