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

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

Issue 13852050: Moving networkingPrivate to stable so that it will be available (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 ], 292 ],
293 "whitelist": [ 293 "whitelist": [
294 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop 294 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop
295 "kgngmbheleoaphbjbaiobfdepmghbfah", // Dogfood Chrome Remote Desktop 295 "kgngmbheleoaphbjbaiobfdepmghbfah", // Dogfood Chrome Remote Desktop
296 "odkaodonbgfohohmklejpjiejmcipmib", // QA Chrome Remote Desktop 296 "odkaodonbgfohohmklejpjiejmcipmib", // QA Chrome Remote Desktop
297 "ojoimpklfciegopdfgeenehpalipignm" // Chromoting canary 297 "ojoimpklfciegopdfgeenehpalipignm" // Chromoting canary
298 ] 298 ]
299 } 299 }
300 ], 300 ],
301 "networkingPrivate": { 301 "networkingPrivate": {
302 "channel": "dev", 302 "channel": "stable",
303 "extension_types": ["extension", "packaged_app"], 303 "extension_types": ["extension", "packaged_app"],
304 "whitelist": [ 304 "whitelist": [
305 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester 305 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
306 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging 306 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
307 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary 307 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
308 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) 308 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
309 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release 309 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
310
311 ] 310 ]
312 }, 311 },
313 "notifications": { 312 "notifications": {
314 // Note that the chrome.notifications API is currently restricted 313 // Note that the chrome.notifications API is currently restricted
315 // to dev channel, extension/platform_app. This isn't done through 314 // to dev channel, extension/platform_app. This isn't done through
316 // this file, but rather on a method-by-method basis. 315 // this file, but rather on a method-by-method basis.
317 "channel": "stable", 316 "channel": "stable",
318 "extension_types": [ 317 "extension_types": [
319 "extension", "packaged_app", "hosted_app", "platform_app" 318 "extension", "packaged_app", "hosted_app", "platform_app"
320 ] 319 ]
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 }, 508 },
510 "webRequestBlocking": { 509 "webRequestBlocking": {
511 "channel": "stable", 510 "channel": "stable",
512 "extension_types": ["extension", "packaged_app"] 511 "extension_types": ["extension", "packaged_app"]
513 }, 512 },
514 "webview": { 513 "webview": {
515 "channel": "stable", 514 "channel": "stable",
516 "extension_types": ["platform_app"] 515 "extension_types": ["platform_app"]
517 } 516 }
518 } 517 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698