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

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

Issue 12093058: Screensaver implementation for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fixes. Created 7 years, 10 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
« no previous file with comments | « chrome/chrome_tests.gypi ('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": "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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug 297 "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug
298 ] 298 ]
299 }, 299 },
300 // Note: runtime is not actually a permission, but some systems check these 300 // Note: runtime is not actually a permission, but some systems check these
301 // values to verify restrictions. 301 // values to verify restrictions.
302 "runtime": { 302 "runtime": {
303 "channel": "stable", 303 "channel": "stable",
304 "extension_types": ["extension", "packaged_app", "platform_app"], 304 "extension_types": ["extension", "packaged_app", "platform_app"],
305 "min_manifest_version": 2 305 "min_manifest_version": 2
306 }, 306 },
307 "screensaver": {
308 "channel": "stable",
309 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
310 },
307 "serial": { 311 "serial": {
308 "channel": "stable", 312 "channel": "stable",
309 "extension_types": ["platform_app"] 313 "extension_types": ["platform_app"]
310 }, 314 },
311 "sessionRestore": { 315 "sessionRestore": {
312 "channel": "dev", 316 "channel": "dev",
313 "extension_types": ["extension", "packaged_app"] 317 "extension_types": ["extension", "packaged_app"]
314 }, 318 },
315 "socket": { 319 "socket": {
316 "channel": "stable", 320 "channel": "stable",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 }, 430 },
427 "webRequestBlocking": { 431 "webRequestBlocking": {
428 "channel": "stable", 432 "channel": "stable",
429 "extension_types": ["extension", "packaged_app"] 433 "extension_types": ["extension", "packaged_app"]
430 }, 434 },
431 "webview": { 435 "webview": {
432 "channel": "stable", 436 "channel": "stable",
433 "extension_types": ["platform_app"] 437 "extension_types": ["platform_app"]
434 } 438 }
435 } 439 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698