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

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

Issue 10826156: Plumb invalidations from Tango to the extensions code for the Push Messaging API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to ToT Created 8 years, 4 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "extension_types": ["extension", "packaged_app"] 225 "extension_types": ["extension", "packaged_app"]
226 }, 226 },
227 "privacy": { 227 "privacy": {
228 "channel": "stable", 228 "channel": "stable",
229 "extension_types": ["extension", "packaged_app"] 229 "extension_types": ["extension", "packaged_app"]
230 }, 230 },
231 "proxy": { 231 "proxy": {
232 "channel": "stable", 232 "channel": "stable",
233 "extension_types": ["extension", "packaged_app"] 233 "extension_types": ["extension", "packaged_app"]
234 }, 234 },
235 "pushMessaging": {
236 "channel": "dev",
237 "extension_types": ["platform_app"]
238 },
235 // Note: runtime is not actually a permission, but some systems check these 239 // Note: runtime is not actually a permission, but some systems check these
236 // values to verify restrictions. 240 // values to verify restrictions.
237 "runtime": { 241 "runtime": {
238 "channel": "stable", 242 "channel": "stable",
239 "extension_types": ["extension", "packaged_app", "platform_app"], 243 "extension_types": ["extension", "packaged_app", "platform_app"],
240 "min_manifest_version": 2 244 "min_manifest_version": 2
241 }, 245 },
242 "serial": { 246 "serial": {
243 "channel": "dev", 247 "channel": "dev",
244 "extension_types": ["platform_app"] 248 "extension_types": ["platform_app"]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 }, 325 },
322 "webRequest": { 326 "webRequest": {
323 "channel": "stable", 327 "channel": "stable",
324 "extension_types": ["extension", "packaged_app"] 328 "extension_types": ["extension", "packaged_app"]
325 }, 329 },
326 "webRequestBlocking": { 330 "webRequestBlocking": {
327 "channel": "stable", 331 "channel": "stable",
328 "extension_types": ["extension", "packaged_app"] 332 "extension_types": ["extension", "packaged_app"]
329 } 333 }
330 } 334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698