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

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

Issue 12313115: Take notification API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict. 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/api.gyp » ('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 },
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "networkingPrivate": { 270 "networkingPrivate": {
271 "channel": "dev", 271 "channel": "dev",
272 "extension_types": ["extension", "packaged_app"], 272 "extension_types": ["extension", "packaged_app"],
273 "whitelist": [ 273 "whitelist": [
274 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV 274 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV
275 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging 275 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging
276 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary 276 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary
277 ] 277 ]
278 }, 278 },
279 "notifications": { 279 "notifications": {
280 // Note that the chrome.notifications API is currently restricted
281 // to dev channel, extension/platform_app. This isn't done through
282 // this file, but rather on a method-by-method basis.
280 "channel": "stable", 283 "channel": "stable",
281 "extension_types": [ 284 "extension_types": [
282 "extension", "packaged_app", "hosted_app", "platform_app" 285 "extension", "packaged_app", "hosted_app", "platform_app"
283 ] 286 ]
284 }, 287 },
285 "echoPrivate": { 288 "echoPrivate": {
286 "channel": "stable", 289 "channel": "stable",
287 "extension_types": ["extension", "packaged_app"], 290 "extension_types": ["extension", "packaged_app"],
288 "location": "component" 291 "location": "component"
289 }, 292 },
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 }, 457 },
455 "webRequestBlocking": { 458 "webRequestBlocking": {
456 "channel": "stable", 459 "channel": "stable",
457 "extension_types": ["extension", "packaged_app"] 460 "extension_types": ["extension", "packaged_app"]
458 }, 461 },
459 "webview": { 462 "webview": {
460 "channel": "stable", 463 "channel": "stable",
461 "extension_types": ["platform_app"] 464 "extension_types": ["platform_app"]
462 } 465 }
463 } 466 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698